Represents a tab pages container.
Namespace: MindFusion.Common.UI
File: TabControl.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksTabControl is also available as a React component.
ExampleThe 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"; |
Inheritance HierarchyMindFusion.Common.UI.Control![]()
MindFusion.Common.UI.ListContainer
MindFusion.Common.UI.TabControl
See Also