phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlSemCollection.php
Go to the documentation of this file.
1<?php
2
4
14 public function __construct( $identifier, $tagName="div",$baseClass=""){
15 parent::__construct( $identifier, $tagName);
16 $this->_baseClass=$baseClass;
17 $this->setClass($baseClass);
18 }
19
20 public function run(JsUtils $js) {
21 parent::run($js);
22 $this->_bsComponent=$js->semantic()->generic("#".$this->identifier);
23 $this->addEventsOnRun($js);
25 }
26}
JQuery PHP library.
Definition JsUtils.php:23
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
Definition JsUtils.php:158
Base class for Html collections.
Base class for Semantic Html collections.
__construct( $identifier, $tagName="div", $baseClass="")
run(JsUtils $js)
SimpleExtComponent\Ajax\common\html\BaseHtmlrun()\Ajax\common\html\BaseHtmlrun()