NAMESPACE: Bootstrap/Components/AppzioUiKit/Listing

Components/AppzioUiKit/Listing/uiKitAccordion.php

public function uiKitAccordion($items,$params)

parameters

$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 ) ) )

variable

$items
$params
public function uiKitAccordionItem($item)

variable

$item
public function getVisibleRow($item,$stylePrefix)

variable

$item
$stylePrefix
public function getHiddenRow($item)

variable

$item