Check documentation for the latest version of dhtmlxSuite getText DHTMLX Docs

getText

returns header text

string getText();
stringheader text

Example

var text = myLayout.cells(id).getText();

See also
Back to top