API Documentation

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

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_UiWidgetPane

Extends from
Zend_Form_Decorator_Abstract
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
$_helper
$_attribs
$_jQueryParams
$_title
Methods
getHelper
getAttribs
getJQueryParams
render

Description

Abstract Form Decorator for all jQuery UI Pane View Helpers

Properties

$_attribs

array $_attribs = ''

Element attributes

Details

$_attribs
array
visibility
protected
default
final
false
static
false

$_helper

string $_helper = ''

View helper

Details

$_helper
string
visibility
protected
default
final
false
static
false

$_jQueryParams

array $_jQueryParams = ''

jQuery option parameters

Details

$_jQueryParams
array
visibility
protected
default
final
false
static
false

$_title

string $_title = ''

Container title

Details

$_title
string
visibility
protected
default
final
false
static
false

Methods

getAttribs

getAttribs( ) : array

Get element attributes

Output
array
Details
visibility
public
final
false
static
false

getHelper

getHelper( ) : string

Get view helper for rendering container

Output
string
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 Pane using its associated view helper

Arguments
$content
string
Output
string
Details
visibility
public
final
false
static
false
throws
throws
if element or view are not registered
Documentation was generated by DocBlox.