Check documentation for the latest version of dhtmlxSuite isEnabled DHTMLX Docs

isEnabled

checks whether a combobox is enabled

boolean isEnabled();
booleantrue/false

Example

myCombo.isEnabled();

Change log

added in version 4.0

Back to top