MindFusion.UI for WebForms Programmer's Guide

DockControl.createWindow Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function createWindow ([options])

 Parameters

options
Optional.

Type: Object
An Object containing the DockWindow data.

 Return Value

Type: DockWindow
The created window.

 See Also