Initializes a new instance of the TabPage class.
Namespace: MindFusion.Common.UI
File: TabPage.js
SyntaxJavaScript
Copy Code
|
|---|
function TabPage ([title]) |
String. The display text of this tab.
ExampleThe following code creates a new TabControl and adds a new TabPage to its tabs collection.
JavaScript
Copy Code
|
|---|
// create a new instance of the TabControl control tabControl.selectedItemChanged.addEventListener(tabControlSelectedItemChanged);
|
See Also