Modal Popup
-
Demo
Definition and Usage
The modal = "true" attribute defines a modal popup window, in the anchor tag along with the modal attribute you would need to specify the width attribute <a href = "yourContent.html" modal = "true" modalwidth = "500px"
For the popup content you should place a div with class = "popupWin" to it as shown in the example below.
<a href = "yourContent.html" modal = "true" modalwidth = "500px" >Modal Pop Up Window</a> -
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)