Check documentation for the
latest version of dhtmlxSuite
findByText 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
findByText
returns an array of window handlers found by header text
array
findByText
(
string
text
);
text
string
window header text
array
an array of window handlers
Example
var
w1
=
myWins.
findByText
(
"Some Text"
)
;
Back to top