$items |
array(
0 => array (
'id' => optional,
'expanded' => 'should this item be expanded in advance' - optional - false by default
'show' => array (
'icon' => 'name of image' - optional,
'title' => 'string',
'description' => 'string',
'icon-back' => 'name of image' - optional
),
'hide' => array (
'icon' => 'name of image' - optional,
'title' => 'string',
'description' => 'string',
'icon-back' => 'name of image' - optional
),
'hidden' => array(
'input' => 'input type' - optional,
'variable' => 'name of the input variable' - required if input is set,
'description' => 'string' - hint for input or text,
'button' => 'the text of the button' - optional,
'action' => 'the button event' - required if button is set
)
)
)
|