ListContainer.attach override.
Namespace: MindFusion.Common.UI
File: TabControl.js
JavaScript Copy Code |
---|
function attach () |
The 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 |