Public Member Functions | Protected Attributes

ZendX_JQuery_View_Helper_TabContainer Class Reference

Inheritance diagram for ZendX_JQuery_View_Helper_TabContainer:
ZendX_JQuery_View_Helper_UiWidget Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 addPane ($id, $name, $content, array $options=array())
 tabContainer ($id=null, $params=array(), $attribs=array())

Protected Attributes

 $_tabs = array()

Detailed Description

Definition at line 37 of file TabContainer.php.


Member Function Documentation

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

Add Tab to TabsContainer

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

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.


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