.. include:: ../../../Includes.txt .. _reference-button: ====== 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. .. _reference-button-accesskey: accesskey ========= :aspect:`Description:` See general information for :ref:`reference-objects-attributes-accesskey`. .. _reference-button-alt: alt === :aspect:`Description:` See general information for :ref:`reference-objects-attributes-alt`. .. _reference-button-class: class ===== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-class`. .. _reference-button-dir: dir === :aspect:`Description:` See general information for :ref:`reference-objects-attributes-dir`. .. _reference-button-disabled: disabled ======== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-disabled`. .. _reference-button-id: id == :aspect:`Description:` See general information for :ref:`reference-objects-attributes-id`. .. _reference-button-label: label ===== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-label`. .. _reference-button-lang: lang ==== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-lang`. .. _reference-button-layout: layout ====== :aspect:`Description:` See general information for :ref:`reference-layout` and the :ref:`reference-layout-button` specific information. .. _reference-button-name: name ==== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-name`. .. _reference-button-style: style ===== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-style`. .. _reference-button-tabindex: tabindex ======== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-tabindex`. .. _reference-button-title: title ===== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-title`. .. _reference-button-type: type ==== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-type`. :aspect:`Default:` button .. _reference-button-value: value ===== :aspect:`Description:` See general information for :ref:`reference-objects-attributes-value`. [tsref:(cObject).FORM.FormObject.BUTTON]