phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlTabContentItem.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\bootstrap\html\content
;
4
5
6
use
Ajax\bootstrap\html\base\HtmlBsDoubleElement
;
12
class
HtmlTabContentItem
extends
HtmlBsDoubleElement
{
13
14
public
function
__construct
(
$identifier
,
$tagName
=
"div"
) {
15
parent::__construct(
$identifier
,
$tagName
);
16
$this->
setProperty
(
"role"
,
"tabpanel"
);
17
$this->
setProperty
(
"class"
,
"tab-pane"
);
18
}
19
}
Ajax\bootstrap\html\base\HtmlBsDoubleElement
Definition
HtmlBsDoubleElement.php:10
Ajax\bootstrap\html\content\HtmlTabContentItem
Inner element for Twitter Bootstrap HTML Dropdown component.
Definition
HtmlTabContentItem.php:12
Ajax\bootstrap\html\content\HtmlTabContentItem\__construct
__construct($identifier, $tagName="div")
Definition
HtmlTabContentItem.php:14
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition
BaseHtml.php:21
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\traits\BaseHtmlPropertiesTrait\setProperty
setProperty($name, $value)
Definition
BaseHtmlPropertiesTrait.php:30
Ajax\bootstrap\html\content
Definition
HtmlCarouselControl.php:3
Ajax
bootstrap
html
content
HtmlTabContentItem.php
Generated on Sun Dec 10 2023 16:15:52 for
phpMv-UI
by
doxygen
1.9.8