disabled
This is an archived page. It's not actively maintained.
-
disabled
-
Type: boolean
-
Gets and sets the value of the
disabled
attribute.
<!-- Checkbox enables/disables the button -->
<checkbox label="Enable button"
oncommand="document.getElementById('buttRemove').disabled = ! this.checked"/>
<button id="buttRemove" label="Remove All" disabled="true"/>