Search
Container Constructor
See Also
 






Initializes a new instance of the Container class.

Namespace: MindFusion.Common.UI
File: Container.js

 Syntax

JavaScript  Copy Code

function Container ([element])

 Parameters

element
Optional.

HTMLElement. The control's associated Dom element.

 Remarks

The following code creates a new WindowHost and then brings to front the first Window in its windows collection. WindowHost derives from Container:

 See Also