Initializes a new instance of the ListContainer class.
Namespace: MindFusion.Common.UI
File: ListContainer.js
SyntaxJavaScript
Copy Code
|
|---|
function ListContainer ([element]) |
HTMLElement. The control's associated Dom element.
ExampleThe following code creates a new instance of the ToolStrip class, which derives from ListContainer. The constructor uses a reference to an HTMLElement called toolstrip:
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var theme = "standard"; // create a new instance of the ListContainer control |
See Also