Check documentation for the latest version of dhtmlxSuite addUserButton DHTMLX Docs

addUserButton

adds a user button

void addUserButton(string id,number pos,string title,string label);
idstringbutton's id
posnumberbutton's position
titlestringbutton's tooltip
labelstringbutton's name (according to css)

Example

myWins.window(id).addUserButton("tray", 9, "Tray", "tray");

Back to top