API Documentation

ZendX/JQuery/Form/Decorator/UiWidgetPane.php

Includes |Classes |

Properties

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.


Includes

Zend/Form/Decorator/Abstract.php (Require Once)

Classes

ZendX_JQuery_Form_Decorator_UiWidgetPane

Properties

 
 
Form  
Yes 
No 

Description

Abstract Form Decorator for all jQuery UI Pane View Helpers

Methods

getAttribs, getHelper, getJQueryParams, render,

getAttribs( ) : array

Description

Get element attributes

Return value

Type Description
array

getHelper( ) : string

Description

Get view helper for rendering container

Return value

Type Description
string

getJQueryParams( ) : array

Description

Get jQuery option parameters

Return value

Type Description
array

render( string   $content, ) : string

Description

Render an jQuery UI Widget Pane using its associated view helper

Arguments

Name Type Description Default
$content string |

Return value

Type Description
string

Tags

Name Description
throws
throws if element or view are not registered

Properties

$_attribs, $_helper, $_jQueryParams, $_title,

  protected  $_attribs =

Element attributesarray


  protected  $_helper =

View helperstring


  protected  $_jQueryParams =

jQuery option parametersarray


  protected  $_title =

Container titlestring


Documentation was generated by DocBlox.