Check documentation for the latest version of dhtmlxSuite findByText DHTMLX Docs

findByText

returns an array of window handlers found by header text

array findByText(string text);
textstringwindow header text
arrayan array of window handlers

Example

var w1 = myWins.findByText("Some Text");

Back to top