Public Member Functions | |
__construct ($spec, $options=null) | |
getJQueryParam ($key) | |
getJQueryParams () | |
setJQueryParam ($key, $value) | |
setJQueryParams ($params) | |
loadDefaultDecorators () | |
setView (Zend_View_Interface $view=null) | |
getDecorators () | |
Data Fields | |
$jQueryParams = array() | |
$options = array() |
Definition at line 33 of file UiWidget.php.
__construct | ( | $ | spec, |
$ | options = null |
||
) |
Constructor
mixed | $spec | |
mixed | $options |
Definition at line 56 of file UiWidget.php.
getDecorators | ( | ) |
Retrieve all decorators
ZendX_JQuery_Form_Exception |
Definition at line 155 of file UiWidget.php.
getJQueryParam | ( | $ | key ) |
Get jQuery related parameter of this form element
string | $key |
Definition at line 68 of file UiWidget.php.
getJQueryParams | ( | ) |
Get all currently known jQuery related parameters of this element
Definition at line 79 of file UiWidget.php.
loadDefaultDecorators | ( | ) |
setJQueryParam | ( | $ | key, |
$ | value | ||
) |
Set a jQuery related parameter of this form element.
string | $key | |
string | $value |
Definition at line 91 of file UiWidget.php.
setJQueryParams | ( | $ | params ) |
Set an array of jQuery related options for this element (merging with old options).
Array | $params |
Definition at line 104 of file UiWidget.php.
setView | ( | Zend_View_Interface $ | view = null ) |
Set the view object
Ensures that the view object has the jQuery view helper path set.
Zend_View_Interface | $view |
Definition at line 139 of file UiWidget.php.