14 parent::__construct(
$identifier,
"div",
"ui accordion");
19 $count=$this->
count();
22 if(\is_array($value)){
23 $title=@$value[0];
$content=@$value[1];
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;
addToProperty($name, $value, $separator=" ")
addEventsOnRun(JsUtils $js=NULL)
addItem($item)
adds and returns an item
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 ...
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
forward($initialController, $controller, $action, $params)
Forwards to.
Base class for Semantic Html collections.
forwardPanel(JsUtils $js, $title, $initialController, $controller, $action, $params=array())
render the content of
__construct( $identifier, $tagName="div", $baseClass="ui")
renderContent($initialControllerInstance, $viewName, $params=NULL)
render the content of an existing view : $viewName and set the response to the modal content Used int...
addPanel($title, $content)