Check documentation for the latest version of dhtmlxSuite button DHTMLX Docs

button

returns the button instance (dhtmlXWindowBtn object) found by id

object button(string id);
idstringid of the button
objectbutton instance

Example

var btn = myWins.window(winId).button(id);

Back to top