Public Member Functions | |
render ($content) | |
Protected Attributes | |
$_helper = "dialogContainer" |
Definition at line 36 of file DialogContainer.php.
render | ( | $ | content ) |
Render an jQuery UI Widget element using its associated view helper
Determine view helper from 'helper' option, or, if none set, from the element type. Then call as helper($element->getName(), $element->getValue(), $element->getAttribs())
string | $content |
Zend_Form_Decorator_Exception | if element or view are not registered |
Reimplemented from ZendX_JQuery_Form_Decorator_UiWidgetContainer.
Definition at line 51 of file DialogContainer.php.