Check documentation for the
latest version of dhtmlxSuite
isEnabled DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachContextMenu
attachEvent
detachContextMenu
detachEvent
disable
enable
getContextMenu
hide
isEnabled
isHidden
setCss
show
Start
Windows
dhtmlXWindowsButton API
Methods
isEnabled
checks if a button is enabled
boolean
isEnabled
();
boolean
true
- the button is enabled, otherwise -
false
Example
var
isBtnEnabled
=
myWins.
window
(
id
)
.
button
(
id
)
.
isEnabled
(
)
;
Back to top