API Documentation

JQuery/Form/Decorator/UiWidgetElement.php

Includes Classes 
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: UiWidgetElement.php 20165 2010-01-09 18:57:56Z bkarwin $
Classes
ZendX_JQuery_Form_Decorator_UiWidgetElement

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_UiWidgetElement

Extends from
Zend_Form_Decorator_ViewHelper
Implements
ZendX_JQuery_Form_Decorator_UiWidgetElementMarker
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
$_attribs
$helper
$_jQueryParams
Methods
getElementAttribs
setJQueryParam
setJQueryParams
getJQueryParam
getJQueryParams
render

Description

Abstract Form Decorator for all jQuery UI Form Elements

Properties

$_attribs

array $_attribs = ''

Element attributes

Details

$_attribs
array
visibility
protected
default
final
false
static
false

$_jQueryParams

array $_jQueryParams = 'array'

jQuery related attributes/options

Details

$_jQueryParams
array
visibility
protected
default
array
final
false
static
false

$helper

ZendX_JQuery_View_Helper_UiWidget $helper = ''

jQuery UI View Helper

Details

$helper
ZendX_JQuery_View_Helper_UiWidget
visibility
public
default
final
false
static
false

Methods

getElementAttribs

getElementAttribs( ) : array

Get element attributes

Output
array
Details
visibility
public
final
false
static
false

getJQueryParam

getJQueryParam( string $key ) : mixed|null

Retrieve a single jQuery option parameter

Arguments
$key
string
Output
mixed|null
Details
visibility
public
final
false
static
false

getJQueryParams

getJQueryParams( ) : array

Get jQuery option parameters

Output
array
Details
visibility
public
final
false
static
false

render

render( string $content ) : string

Render an jQuery UI Widget element using its associated view helper

Arguments
$content
string
Output
string
Details
visibility
public
final
false
static
false
throws
if element or view are not registered

setJQueryParam

setJQueryParam( string $key, mixed $value ) : ZendX_JQuery_Form_Decorator_UiWidgetElement

Set a single jQuery option parameter

Arguments
$key
string
$value
mixed
Details
visibility
public
final
false
static
false

setJQueryParams

setJQueryParams( array $params ) : ZendX_JQuery_Form_Decorator_UiWidgetElement

Set jQuery option parameters

Arguments
$params
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.