jQuery Pane Base class, adds captureStart/captureEnd functionality for panes.

uses
package ZendX_JQuery
subpackage View
copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \ZendX_JQuery_View_Helper_UiWidget

 Methods

Finish capturing content for layout container

captureEnd(string $id) : string

Parameters

$id

string

Exceptions

\ZendX_JQuery_View_Exception

Returns

string

Begin capturing content for layout container

captureStart(string $id, string $name, array $options = array()) : boolean

Parameters

$id

string

$name

string

$options

array

Exceptions

\ZendX_JQuery_View_Exception

Returns

boolean

Set view and enable jQuery Core and UI libraries

setView(\Zend_View_Interface $view) : \ZendX_JQuery_View_Helper_Widget
Inherited

Parameters

$view

\Zend_View_Interface

Returns

\ZendX_JQuery_View_Helper_Widget

Add an additional pane to the current Widget Container

_addPane(string $id, string $name, string $content, array $options = array()

Parameters

$id

string

$name

string

$content

string

$options

array

Helps with building the correct Attributes Array structure.

_prepareAttributes(String $id, String $value, Array $attribs) : Array
Inherited

Parameters

$id

String

$value

String

$attribs

Array

Returns

Array$attribs

 Properties

 

Current capture additional information

$_captureInfo : array

Default

array()
 

Capture Lock information

$_captureLock : array

Default

array()
 

Contains reference to the jQuery view helper

$jquery : \ZendX_JQuery_View_Helper_JQuery_Container

Default