Public Member Functions | |
tabPane ($id=null, $content='', array $options=array()) | |
Protected Member Functions | |
_addPane ($id, $name, $content, array $options=array()) |
Definition at line 34 of file TabPane.php.
_addPane | ( | $ | id, |
$ | name, | ||
$ | content, | ||
array $ | options = array() |
||
) | [protected] |
Register new tab pane with tabContainer view helper.
string | $id | |
string | $name | |
string | $content | |
array | $options |
Reimplemented from ZendX_JQuery_View_Helper_UiWidgetPane.
Definition at line 70 of file TabPane.php.
tabPane | ( | $ | id = null , |
$ | content = '' , |
||
array $ | options = array() |
||
) |
Add a tab pane to the tab container with the given $id.
string | $id | |
string | $content | |
array | $options |
Definition at line 44 of file TabPane.php.