Initializes a new instance of the TabStrip class.
Namespace: MindFusion.Common.UI
File: TabStrip.js
JavaScript Copy Code |
---|
function TabStrip ([element]) |
HTMLElement. The control's associated Dom element.
The following code creates a new TabStrip using a <div> element called tabstrip defined in a web page:
JavaScript Copy Code |
---|
var tabStrip = new ui.TabStrip(tabStripElement); tabStrip.draw(); |