Check documentation for the latest version of dhtmlxSuite enable DHTMLX Docs

enable

enables a button

void enable();

Example

myWins.window(id).button(id).enable();

Back to top