Horizontal Tab (Ajax)
-
Demo
Definition and Usage
The tab = "ajaxhorizontal" attribute defines an Ajax horizontal tab, which load the content on demand from an external file. You just need to add a tab list and mention the files accordingly and the framework would take care of other things. If there is a request error then an error message would be displayed.
Add class=”active” to define the active tab.
<ul tab = "ajaxhorizontal" id="vTab"><li ><a href="content1.html" >Tab 1</a></li><li><a id="a" href="content2.html" class="active">Tab 2</a></li><li><a href="noContent.html" id="HyperLink3">Tab 3</a></li> -
HTML Controls
Panels
Collapseble Panel (Collapsed) Collapseble Panel (Expanded) Static PanelTabs
Horizontal Tab (Ajax) Vertical Tab (Ajax) Horizontal Tab Vertical TabPop Up
Modal Popup (Header = true) Modal Popup Modal Popup (BIG data)