Check documentation for the latest version of dhtmlxSuite setText DHTMLX Docs

setText

sets window's header text

void setText(string text);
textstringnew header text

Example

myWins.window(id).setText("New Text");

Back to top