Public Member Functions | |
addPane ($id, $name, $content, array $options=array()) | |
tabContainer ($id=null, $params=array(), $attribs=array()) | |
Protected Attributes | |
$_tabs = array() |
Definition at line 37 of file TabContainer.php.
addPane | ( | $ | id, |
$ | name, | ||
$ | content, | ||
array $ | options = array() |
||
) |
Add Tab to TabsContainer
string | $id | |
string | $name | |
string | $content | |
array | $options |
Definition at line 55 of file TabContainer.php.
tabContainer | ( | $ | id = null , |
$ | params = array() , |
||
$ | attribs = array() |
||
) |
Render TabsContainer with all the currently registered tabs.
Render all tabs to the given $id. If no arguments are given the tabsContainer view helper object is returned and can be used for chaining addPane() for tab pane adding.
string $id array $params array $attribs string|ZendX_JQuery_View_Helper_TabsContainer
Definition at line 81 of file TabContainer.php.