Public Member Functions | |
accordionPane ($id=null, $content='', array $options=array()) | |
Protected Member Functions | |
_addPane ($id, $name, $content, array $options=array()) |
Definition at line 37 of file AccordionPane.php.
_addPane | ( | $ | id, |
$ | name, | ||
$ | content, | ||
array $ | options = array() |
||
) | [protected] |
Method hooks into Accordion Container and registeres new pane
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.
string | $id | |
string | $content | |
array | $options |
Definition at line 52 of file AccordionPane.php.