Button

Provides a HTML form button element <input type="button"> for attaching JavaScript onclick event handlers.

See also: Form Script Submit

Parameters

Name Type Direction Required Default Description
lable String in no The label put on the button (this becomes the HTML value attribute).
disabled boolean in no false If set to true, the button will be disabled (will not respond to the mouse); the browser should provide a "greyed out" appearance.

Body: removed

Informal parameters: allowed

Reserved parameters: name, type