JQuery/Form/Decorator/UiWidgetPane.php
- category
- ZendX
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- ZendX_JQuery
- subpackage
- View
- version
- $Id: UiWidgetPane.php 20165 2010-01-09 18:57:56Z bkarwin $
- Classes
- ZendX_JQuery_Form_Decorator_UiWidgetPane
Description
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
ZendX_JQuery_Form_Decorator_UiWidgetPane
- Extends from
- Zend_Form_Decorator_Abstract
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- ZendX_JQuery
- subpackage
- Form
- Properties
- $_helper
- $_attribs
- $_jQueryParams
- $_title
- Methods
- getHelper
- getAttribs
- getJQueryParams
- render
Description
Abstract Form Decorator for all jQuery UI Pane View Helpers
Properties
array $_attribs = ''
Element attributes
Details
- $_attribs
- array
- visibility
- protected
- default
- final
- false
- static
- false
string $_helper = ''
View helper
Details
- $_helper
- string
- visibility
- protected
- default
- final
- false
- static
- false
array $_jQueryParams = ''
jQuery option parameters
Details
- $_jQueryParams
- array
- visibility
- protected
- default
- final
- false
- static
- false
string $_title = ''
Container title
Details
- $_title
- string
- visibility
- protected
- default
- final
- false
- static
- false
Methods
getAttribs(
)
:
array
Get element attributes
Details
- visibility
- public
- final
- false
- static
- false
getHelper(
)
:
string
Get view helper for rendering container
Details
- visibility
- public
- final
- false
- static
- false
getJQueryParams(
)
:
array
Get jQuery option parameters
Details
- visibility
- public
- final
- false
- static
- false
render(
string $content
)
:
string
Render an jQuery UI Widget Pane using its associated view helper
Arguments
- $content
- string
Details
- visibility
- public
- final
- false
- static
- false
- throws
- throws
- if element or view are not registered