Closes all open child window-s.
Namespace: MindFusion.Common.UI
File: WindowHost.js
SyntaxJavaScript
Copy Code
|
|---|
function closeAll () |
ExampleThe following code creates a new WindowHost and handles its windowStateChanged event:
JavaScript
Copy Code
|
|---|
// create a new instance of the WindowHost control function handleWindowStateChanged(sender, args) |
See Also