Public Member Functions | Protected Member Functions

ZendX_JQuery_View_Helper_TabPane Class Reference

Inheritance diagram for ZendX_JQuery_View_Helper_TabPane:
ZendX_JQuery_View_Helper_UiWidgetPane ZendX_JQuery_View_Helper_UiWidget Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 tabPane ($id=null, $content='', array $options=array())

Protected Member Functions

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

Detailed Description

Definition at line 34 of file TabPane.php.


Member Function Documentation

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

Register new tab pane with tabContainer view helper.

See also:
ZendX_JQuery_View_Helper_TabContainer::addPane
Parameters:
string$id
string$name
string$content
array$options
Returns:
void

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.

Parameters:
string$id
string$content
array$options
Returns:
string always empty

Definition at line 44 of file TabPane.php.


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