Public Member Functions | Protected Member Functions

ZendX_JQuery_View_Helper_AccordionPane Class Reference

Inheritance diagram for ZendX_JQuery_View_Helper_AccordionPane:
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

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

Protected Member Functions

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

Detailed Description

Definition at line 37 of file AccordionPane.php.


Member Function Documentation

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

Method hooks into Accordion Container and registeres new pane

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

Reimplemented from ZendX_JQuery_View_Helper_UiWidgetPane.

Definition at line 76 of file AccordionPane.php.

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

Add accordion pane to the accordion with $id

Directly add an additional pane to the accordion with $id. The title is to be given in the $options array as 'title' key. Additionally when specified with no arguments, the helper returns itsself as object making it possible to use captureStart() and captureEnd() methods.

Parameters:
string$id
string$content
array$options
Returns:
string|ZendX_JQuery_View_Helper_AccordionPane

Definition at line 52 of file AccordionPane.php.


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