Check documentation for the latest version of dhtmlxSuite window DHTMLX Docs

window

returns a window instance (dhtmlXWindowsCell object) found by id

object window(string id);
idstringid of the window
objectdhtmlXWindowsCell object instance

Example

var w1 = myWins.window(id);

Back to top