DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

BUTTON

Creates a push button. User agents should use the value of the value attribute as the button's label.

Push buttons have no default behavior. Each push button may have client-side scripts associated with the element's event attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered.

accesskey

Description:
See general information for accesskey.

alt

Description:
See general information for alt.

class

Description:
See general information for class.

dir

Description:
See general information for dir.

disabled

Description:
See general information for disabled.

id

Description:
See general information for id.

label

Description:
See general information for label.

lang

Description:
See general information for lang.

layout

Description:
See general information for Layout and the button specific information.

name

Description:
See general information for name.

style

Description:
See general information for style.

tabindex

Description:
See general information for tabindex.

title

Description:
See general information for title.

type

Description:
See general information for type.
Default:
button

value

Description:
See general information for value.

[tsref:(cObject).FORM.FormObject.BUTTON]