MindFusion.UI for WebForms Programmer's Guide

WindowHost.createWindow Method

See Also
 



Creates a new Window instance and adds it to the control's windows array.

Namespace: MindFusion.UI.Web
Assembly: WindowHost.js

 Syntax

JavaScript  Copy Code

function createWindow (options)

 Parameters

options

Type: Object
Object containing the Window data.

 Return Value

Type: Window
The created window.

 See Also