Check documentation for the latest version of dhtmlxSuite setText DHTMLX Docs

setText

set header text

void setText(string text);
textstringheader text (html allowed)

Example

myLayout.cells(id).setText("New Text");
// or
myLayout.cells(id).setText("<span style='color:red;'>Important!</span>");

See also
Back to top