Check documentation for the
latest version of dhtmlxSuite
getTopmostWindow 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
getTopmostWindow
returns the topmost window
object
getTopmostWindow
(
boolean
visibleOnly
);
visibleOnly
boolean
enables search only in the set of visible windows
object
the topmost window
Example
var
w1
=
myWins.
getTopmostWindow
(
true
/
false
)
;
Back to top