Documentation

Disable Field - #enable {}

Disable a form field or button. Sets the HTML 'disabled' attribute.

Usage

    wf:wire(myButton, #disable{}).

    %% or

    wf:disable(myButton).

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.