JQuery/Form/Decorator/UiWidgetPane.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
ZendX  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
ZendX_JQuery  
Subpackage
View  
Version
$Id$  

\ZendX_JQuery_Form_Decorator_UiWidgetPane

Package: ZendX_JQuery\Form
Abstract Form Decorator for all jQuery UI Pane View Helpers
Parent(s)
\Zend_Form_Decorator_Abstract
Children
\ZendX_JQuery_Form_Decorator_TabPane
\ZendX_JQuery_Form_Decorator_AccordionPane
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_attribs
Element attributes
Details
Type
array
>VPropertyprotectedstring $_helper
View helper
Details
Type
string
>VPropertyprotectedarray $_jQueryParams
jQuery option parameters
Details
Type
array
>VPropertyprotectedstring $_title
Container title
Details
Type
string

Methods

methodpublicgetAttribs() : array

Get element attributes

Returns
TypeDescription
array
methodpublicgetHelper() : string

Get view helper for rendering container

Returns
TypeDescription
string
Throws
ExceptionDescription
\Zend_Form_Decorator_Exception
methodpublicgetJQueryParams() : array

Get jQuery option parameters

Returns
TypeDescription
array
Throws
ExceptionDescription
\Zend_Form_Decorator_Exception
methodpublicrender(string $content) : string

Render an jQuery UI Widget Pane using its associated view helper

Parameters
NameTypeDescription
$contentstring
Returns
TypeDescription
string
Throws
ExceptionDescription
\Zend_Form_Decorator_Exception
\Zend_Form_Decorator_Exceptionif element or view are not registered
Documentation was generated by phpDocumentor 2.2.0 .