Public Member Functions | Protected Attributes

ZendX_JQuery_Form_Decorator_UiWidgetContainer Class Reference

Inheritance diagram for ZendX_JQuery_Form_Decorator_UiWidgetContainer:
ZendX_JQuery_Form_Decorator_AccordionContainer ZendX_JQuery_Form_Decorator_DialogContainer ZendX_JQuery_Form_Decorator_TabContainer

Public Member Functions

 getHelper ()
 getAttribs ()
 getJQueryParams ()
 render ($content)

Protected Attributes

 $_helper
 $_attribs
 $_jQueryParams

Detailed Description

Definition at line 33 of file UiWidgetContainer.php.


Member Function Documentation

getAttribs (  )

Get element attributes

Returns:
array

Definition at line 72 of file UiWidgetContainer.php.

getHelper (  )

Get view helper for rendering container

Returns:
string

Definition at line 58 of file UiWidgetContainer.php.

getJQueryParams (  )

Get jQuery option parameters

Returns:
array

Definition at line 90 of file UiWidgetContainer.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())

Parameters:
string$content
Returns:
string
Exceptions:
Zend_Form_Decorator_Exceptionif element or view are not registered

Reimplemented in ZendX_JQuery_Form_Decorator_DialogContainer.

Definition at line 122 of file UiWidgetContainer.php.


The documentation for this class was generated from the following file: