Check documentation for the latest version of dhtmlxSuite setTopText DHTMLX Docs

setTopText

sets a top level additional text (for a usual menubar)

void setTopText(string text);
textstringtext

Example

myMenu.setTopText("text");

Back to top