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
3
namespace
Ajax\semantic\html\base
;
4
5
use
Ajax\common\html\HtmlCollection
;
6
use
Ajax\semantic\html\base\traits\BaseTrait
;
7
use
Ajax\JsUtils
;
13
abstract
class
HtmlSemCollection
extends
HtmlCollection
,
BaseTrait
{
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);
24
return
$this->_bsComponent
;
25
}
26
}
Ajax\JsUtils
JQuery PHP library.
Definition
JsUtils.php:23
Ajax\JsUtils\semantic
semantic(Semantic $semantic=NULL)
getter or setter of the Semantic-UI variable
Definition
JsUtils.php:158
Ajax\common\html\BaseHtml\$_bsComponent
$_bsComponent
Definition
BaseHtml.php:27
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition
BaseHtml.php:21
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\HtmlCollection
Base class for Html collections.
Definition
HtmlCollection.php:15
Ajax\common\html\HtmlSingleElement\setClass
setClass($classNames)
Definition
HtmlSingleElement.php:15
Ajax\common\html\traits\BaseHtmlEventsTrait\addEventsOnRun
addEventsOnRun(JsUtils $js=NULL)
Definition
BaseHtmlEventsTrait.php:91
Ajax\semantic\html\base\HtmlSemCollection
Base class for Semantic Html collections.
Definition
HtmlSemCollection.php:13
Ajax\semantic\html\base\HtmlSemCollection\__construct
__construct( $identifier, $tagName="div", $baseClass="")
Definition
HtmlSemCollection.php:14
Ajax\semantic\html\base\HtmlSemCollection\run
run(JsUtils $js)
SimpleExtComponent\Ajax\common\html\BaseHtmlrun()\Ajax\common\html\BaseHtmlrun()
Definition
HtmlSemCollection.php:20
Ajax\semantic\html\base\traits\BaseTrait
Definition
BaseTrait.php:17
Ajax\semantic\html\base
Definition
ClassModifier.php:3
Ajax
semantic
html
base
HtmlSemCollection.php
Generated on Sun Dec 10 2023 16:16:04 for
phpMv-UI
by
doxygen
1.9.8