Control.attach override.
Namespace: MindFusion.Common.UI
File: ListContainer.js
SyntaxJavaScript
Copy Code
|
|---|
function attach () |
ExampleThe following code creates a ToolStrip programmatically and calls its attach method to attach it to a div with an id "toolstrip_div":
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var theme = "standard"; function loadWindow(sender) // create a new instance of the ListContainer control |
See Also