Open
Description
Hi,
I would like to implement a method called isDisabled
for the NodeElement to check if an element is disabled or not. This can come quite handy because in AjaxRequest you often disable Buttons/Elements.
This could be done quite analog to isChecked
. Is this new function wished and how could it be named? isDisabled
or isEnabled
- cause you normally add the attribute disabled
to an element isDisabled
seems more logical, from the properties isEnabled
.
Thanks,
Michael