mozilla
Your Search Results

    disabled

    disabled
    Type: boolean
    Gets and sets the value of the disabled attribute.
    Image:XUL_ref_attr_disabled.png
    <!-- Checkbox enables/disables the button -->
    <checkbox label="Enable button" 
        oncommand="document.getElementById('buttRemove').disabled = ! this.checked"/>
    <button id="buttRemove" label="Remove All" disabled="true"/>
    

    Document Tags and Contributors

    Contributors to this page: Sheppy, Enn, Sevenspade, Marsf, trevorh, BenoitL, another_sam, Mgjbot, Dria, wtf, madarche
    Last updated by: Sheppy,