Initializes a new instance of the TabStrip class.
Namespace: MindFusion.Common.UI
File: TabStrip.js
SyntaxJavaScript
Copy Code
|
|---|
function TabStrip ([element]) |
HTMLElement. The control's associated Dom element.
ExampleThe 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(); |
See Also