16 $this->_container=$container;
19 $this->_params=array(
"on"=>
"hover");
26 public function addList($items=array(),$header=NULL){
27 if(!$this->content instanceof
HtmlGrid){
28 $this->content=
new HtmlGrid(
"Grid-".$this->identifier,0);
32 $colCount=$grid->colCount();
34 $grid->setColsCount($colCount);
39 $list->addHeader(4,$header);
41 $grid->getCell(0,$colCount-1)->setContent($list);
42 $grid->setDivided()->setRelaxed(
true);
66 $this->_params[
"popup"]=
"#".$this->identifier;
70 public function setOn($event=
"click"){
71 $this->_params[
"on"]=$event;
76 $this->_params[
"inline"]=$value;
81 $this->_params[
"position"]=$position;
BaseHtml for HTML components.
addToProperty($name, $value, $separator=" ")
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
Base class for Semantic double elements.