Public Member Functions | |
get_metadata () | |
Return the default friendly name for the widget type. | |
set_fixed () | |
Disable everything configurable. | |
options () | |
Load the options for this widget. | |
index () | |
Fetch the data and show the widget. | |
Protected Member Functions | |
get_suggested_title () | |
Protected Attributes | |
$duplicatable = true | |
Whether the widget can be copied. |
bignumber widget
bignumber_Widget::get_metadata | ( | ) |
Return the default friendly name for the widget type.
default to the model name, but should be overridden by widgets.
Reimplemented from widget_Base.
bignumber_Widget::get_suggested_title | ( | ) | [protected] |
Reimplemented from widget_Base.
bignumber_Widget::options | ( | ) |
bignumber_Widget::set_fixed | ( | ) |
Disable everything configurable.
This is useful when including the widget with generated parameters from a controller.
bignumber_Widget::$duplicatable = true [protected] |
Whether the widget can be copied.
Setting this to true requires testing, so default to the more backwards compatible mode
Reimplemented from widget_Base.