Represents a tab pages container.
Namespace: MindFusion.Common.UI
File: TabControl.js
JavaScript Copy Code |
---|
// class |
TabControl is also available as a React component.
The following code creates a new instance of the TabControl class.
JavaScript Copy Code |
---|
// create a new instance of the TabControl control var tabControl = new ui.TabControl(document.getElementById("tabcontrol")); tabControl.width = tabControl.height = new ui.Unit(100, ui.UnitType.Percent); tabControl.theme = "standard"; |
MindFusion.Common.UI.Control
MindFusion.Common.UI.ListContainer
MindFusion.Common.UI.TabControl