Check documentation for the
latest version of dhtmlxSuite
isWindow 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
isWindow
checks if a window with the specified id exists
boolean
isWindow
(
string
id
);
id
string
id of the window to check
boolean
true
, if a window exists;
false
, if there's no such a window
Example
var
isWin
=
myWins.
isWindow
(
id
)
;
Back to top