Public Member Functions | Protected Member Functions | Protected Attributes

ZendX_JQuery_View_Helper_UiWidgetPane Class Reference

Inheritance diagram for ZendX_JQuery_View_Helper_UiWidgetPane:
ZendX_JQuery_View_Helper_UiWidget Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface ZendX_JQuery_View_Helper_AccordionPane ZendX_JQuery_View_Helper_TabPane

Public Member Functions

 captureStart ($id, $name, array $options=array())
 captureEnd ($id)

Protected Member Functions

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

Protected Attributes

 $_captureLock = array()
 $_captureInfo = array()

Detailed Description

Definition at line 37 of file UiWidgetPane.php.


Member Function Documentation

_addPane ( id,
name,
content,
array $  options = array() 
) [abstract, protected]

Add an additional pane to the current Widget Container

Parameters:
string$id
string$name
string$content
array$options

Reimplemented in ZendX_JQuery_View_Helper_AccordionPane, and ZendX_JQuery_View_Helper_TabPane.

captureEnd ( id )

Finish capturing content for layout container

Parameters:
string$id
Returns:
string

Definition at line 83 of file UiWidgetPane.php.

captureStart ( id,
name,
array $  options = array() 
)

Begin capturing content for layout container

Parameters:
string$id
string$name
array$options
Returns:
void

Definition at line 61 of file UiWidgetPane.php.


The documentation for this class was generated from the following file: