14 parent::__construct(
$identifier,
"div",
"ui accordion");
19 $count=$this->
count();
22 if(\is_array($value)){
23 $title=@$value[0];
$content=@$value[1];
32 return parent::getItem($index);
72 if(isset($this->_bsComponent)===
false)
73 $this->_bsComponent=$js->
semantic()->accordion(
"#".$this->identifier,$this->params);
83 $this->
getItem($index)->setActive(
true);
88 $this->params[
"exclusive"]=$value;
forward($initialController, $controller, $action, $params)
Forwards to.
renderContent($initialControllerInstance, $viewName, $params=NULL)
render the content of an existing view : $viewName and set the response to the modal content Used int...
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
addItem($item)
adds and returns an item
addEventsOnRun(JsUtils $js=NULL)
Base class for Semantic Html collections.
addToProperty($name, $value, $separator=" ")
run(JsUtils $js)
SimpleExtComponent\Ajax\common\html\BaseHtmlrun()\Ajax\common\html\BaseHtmlrun()\Ajax\common\html\Bas...
createItem($value)
The item factory.
forwardPanel(JsUtils $js, $title, $initialController, $controller, $action, $params=array())
render the content of
__construct( $identifier, $tagName="div", $baseClass="ui")
addPanel($title, $content)
renderViewPanel(JsUtils $js, $title, $initialController, $viewName, $params=array())
render the content of an existing view : $controller/$action and set the response to a new panel