WOResetButton

Last modified by Pascal Robert on 2012/01/30 22:38

Introduction

A WOResetButton element generates a reset button in an HTML page. This element is used within HTML forms.

Usage


WOResetButton {
  value=aString;
  [disabled=aBoolean;]...
}

Bindings

disabled

If disabled evaluates to true, the element appears in the page but is not active. That is, clicking the button does not actually reset the form.

value

Title of the button.

Examples

Java methods

WOD-style

Inline bindings (WOOGNL)

Related documents

AjaxResetButton