Initializes a new instance of the ListContainer class.
Namespace: MindFusion.Common.UI
File: ListContainer.js
JavaScript Copy Code |
---|
function ListContainer ([element]) |
HTMLElement. The control's associated Dom element.
The 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 |