Abstract Form Decorator for all jQuery UI Pane View Helpers
package |
ZendX_JQuery |
subpackage |
Form |
copyright |
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com) |
license |
New BSD License |
Methods
Get element attributes
getAttribs() : array
Get view helper for rendering container
getHelper() : string
Exceptions
\Zend_Form_Decorator_Exception |
|
Returns
string
Get jQuery option parameters
getJQueryParams() : array
Exceptions
\Zend_Form_Decorator_Exception |
|
Returns
array
Render an jQuery UI Widget Pane using its associated view helper
render(string $content) : string
Parameters
$content
string
Exceptions
\Zend_Form_Decorator_Exception |
|
\Zend_Form_Decorator_Exception |
if element or view are not registered |
Returns
string
Properties
Element attributes
$_attribs : array
View helper
$_helper : string
jQuery option parameters
$_jQueryParams : array
Container title
$_title : string