Opens all closed child Windows.
Namespace: MindFusion.Common.UI
File: WindowHost.js
SyntaxJavaScript
Copy Code
|
|---|
function openAll () |
ExampleThe following code creates a new WindowHost, a new Window, adds the window to the windows collection of the host and opens all child windows:
JavaScript
Copy Code
|
|---|
// Create a new WindowHost control. var window = new ui.Window(); ............................ |
See Also