Search
TabStrip Constructor
See Also
 






Initializes a new instance of the TabStrip class.

Namespace: MindFusion.Common.UI
File: TabStrip.js

 Syntax

JavaScript  Copy Code

function TabStrip ([element])

 Parameters

element
Optional.

HTMLElement. The control's associated Dom element.

 Example

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();

 See Also