Table of Contents

behavior: button

Standard button behavior

Elements

that have this behavior applied by default (see master style sheet):

Attributes

that this behavior knows about:

Events

Together with the standard set of events (mouse, keyboard, focus) behavior: button generates:

1) <button> element uses its content as a caption, example:
  <button><img src=.../> and some text</botton>
will be rendered as a button with the image and text inside.