Check documentation for the
latest version of dhtmlxSuite
window DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachContextMenu
attachEvent
attachViewportTo
createWindow
detachContextMenu
detachEvent
enableAutoViewport
findByText
forEachWindow
getBottommostWindow
getContextMenu
getEffect
getTopmostWindow
isWindow
setEffect
setImagePath
setSkin
setViewport
unload
window
Start
Windows
dhtmlXWindows API
Methods
window
returns a window instance (dhtmlXWindowsCell object) found by id
object
window
(
string
id
);
id
string
id of the window
object
dhtmlXWindowsCell object instance
Example
var
w1
=
myWins.
window
(
id
)
;
Back to top