Check documentation for the latest version of dhtmlxSuite isEnabled DHTMLX Docs

isEnabled

checks if a button is enabled

boolean isEnabled();
booleantrue - the button is enabled, otherwise - false

Example

var isBtnEnabled = myWins.window(id).button(id).isEnabled();

Back to top