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() |
Definition at line 37 of file UiWidgetPane.php.
_addPane | ( | $ | id, |
$ | name, | ||
$ | content, | ||
array $ | options = array() |
||
) | [abstract, protected] |
Add an additional pane to the current Widget Container
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
string | $id |
Definition at line 83 of file UiWidgetPane.php.
captureStart | ( | $ | id, |
$ | name, | ||
array $ | options = array() |
||
) |
Begin capturing content for layout container
string | $id | |
string | $name | |
array | $options |
Definition at line 61 of file UiWidgetPane.php.