API Documentation

JQuery/Form/Element/UiWidget.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: UiWidget.php 20165 2010-01-09 18:57:56Z bkarwin $
Classes
ZendX_JQuery_Form_Element_UiWidget

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_Element_UiWidget

Extends from
\Zend_Form_Element
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
$jQueryParams
$options
Methods
__construct
getDecorators
getJQueryParam
getJQueryParams
loadDefaultDecorators
setJQueryParam
setJQueryParams
setView

Description

Base Form Element for jQuery View Helpers

Properties

$jQueryParams

array $jQueryParams = 'array'

jQuery related parameters of this form element.

Details

array
visibility
public
default
array
final
false
static
false

$options

array $options = 'array'

Just here to prevent errors.

Details

array
visibility
public
default
array
final
false
static
false

Methods

__construct

__construct( mixed $spec, mixed $options = null ) : void

Constructor

Arguments
$spec
mixed
$options
mixed
Details
visibility
public
final
false
static
false

getDecorators

getDecorators( ) : array

Retrieve all decorators

Output
array
Details
visibility
public
final
false
static
false
throws

getJQueryParam

getJQueryParam( string $key ) : string

Get jQuery related parameter of this form element

Arguments
$key
string
Output
string
Details
visibility
public
final
false
static
false

getJQueryParams

getJQueryParams( ) : array

Get all currently known jQuery related parameters of this element

Output
array
Details
visibility
public
final
false
static
false

loadDefaultDecorators

loadDefaultDecorators( ) : void

Load default decorators

Details
visibility
public
final
false
static
false

setJQueryParam

setJQueryParam( string $key, string $value ) : \ZendX_JQuery_Form_Element_UiWidget

Set a jQuery related parameter of this form element.

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

setJQueryParams

setJQueryParams( Array $params ) : \ZendX_JQuery_Form_Element_UiWidget

Set an array of jQuery related options for this element (merging with old options).

Arguments
$params
Array
Details
visibility
public
final
false
static
false

setView

setView( \Zend_View_Interface $view = null ) : \ZendX_JQuery_Form_Element_UiWidget

Set the view object

Ensures that the view object has the jQuery view helper path set.

Arguments
$view
\Zend_View_Interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.12.2.