35 $this->params[
"onShow"]=$jsCode;
40 $this->semElement->setProperty(
"data-title", $this->title);
43 $this->semElement->setProperty(
"data-content", $this->content);
47 $this->semElement->setProperty(
"data-variation", $this->variation);
55 \array_walk(
$html,
function(&$item) use($js){
57 $comp=$item->compile($js);
61 $this->params[
'onShow']=$bs->getScript();
66 $html=\implode(
"",$html);
69 $this->semElement->addToProperty(
"data-html",
$html);
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
Base class for Semantic double elements.
html($element='this', $value='', $immediatly=false)
Get or set the html of an attribute for the first element in the set of matched elements.