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. |