creates a new window and returns its handler
| id | string | window id |
| x | number | X-coordinate of the top-left window corner |
| y | number | Y-coordinate of the top-left window corner |
| width | number | width of the window |
| height | number | height of the window |
| object | dhtmlXWindowsCell object instance |
var w1 = myWins.createWindow(id, x, y, width, height);
Back to top