phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
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\content\HtmlTabContentItem\__construct
__construct($identifier, $tagName="div")
Definition:
HtmlTabContentItem.php:14
Ajax\common\html\traits\setProperty
setProperty($name, $value)
Definition:
BaseHtmlPropertiesTrait.php:30
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\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
HtmlBsDoubleElement
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition:
BaseHtml.php:22
Ajax\bootstrap\html\content
Definition:
HtmlCarouselControl.php:3
Ajax
bootstrap
html
content
HtmlTabContentItem.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13