ListContainer.attach override.
Namespace: MindFusion.Common.UI
File: TabControl.js
SyntaxJavaScript
Copy Code
|
|---|
function attach () |
ExampleThe following code creates a new instance of the TabControl calss and attaches its event handlers:
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var theme = "standard"; function loadWindow(sender) // create a new instance of the TabControl control |
See Also