Perforce Chronicle 2012.2/486814
API Documentation
|
A widget that displays an arbitrary iframe in a region. More...
Public Member Functions | |
indexAction () | |
Output the widget's HTML. | |
Static Public Member Functions | |
static | getConfigSubForm ($widget) |
Get config sub-form to present additional options when configuring a widget of this type. |
A widget that displays an arbitrary iframe in a region.
static Widget_IframeWidgetController::getConfigSubForm | ( | $ | widget | ) | [static] |
Get config sub-form to present additional options when configuring a widget of this type.
P4Cms_Widget | $widget | the widget instance being configured. |
{ return new Widget_Form_IframeWidget; }
Widget_IframeWidgetController::indexAction | ( | ) |
Output the widget's HTML.
{ $this->view->widget = $this->_getWidget(); }