API Documentation

ZendX/JQuery/Form/Decorator/UiWidgetContainer.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_UiWidgetContainer

Properties

 
 
Form  
Yes 
No 

Description

Abstract Form Decorator for all jQuery UI Widget Containers

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 element using its associated view helper

Determine view helper from 'helper' option, or, if none set, from the element type. Then call as helper($element->getName(), $element->getValue(), $element->getAttribs())


Arguments

Name Type Description Default
$content string |

Return value

Type Description
string

Tags

Name Description
throws if element or view are not registered

Properties

$_attribs, $_helper, $_jQueryParams,

  protected  $_attribs =

Element attributesarray


  protected  $_helper =

View helperstring


  protected  $_jQueryParams =

jQuery option parametersarray


Documentation was generated by DocBlox.