Check documentation for the latest version of dhtmlxSuite getText DHTMLX Docs

getText

returns window's header text

string getText();
stringwindow's header text

Example

var text = myWins.window(id).getText();

Back to top