Search
TabStrip Class
See Also
 






Provides a container for tab headers.

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

 Syntax

JavaScript  Copy Code

// class
TabStrip.prototype = {}

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

 Inheritance Hierarchy

MindFusion.Common.UI.Control
    MindFusion.Common.UI.ListContainer
        MindFusion.Common.UI.ToolStrip
            MindFusion.Common.UI.TabStrip

 See Also