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 
4 
5 
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 }
Inner element for Twitter Bootstrap HTML Dropdown component.