Wiki source code of WOResetButton
Last modified by Pascal Robert on 2012/01/30 22:38
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | = Introduction = | ||
| 4 | |||
| 5 | A WOResetButton element generates a reset button in an HTML page. This element is used within HTML forms. | ||
| 6 | |||
| 7 | = Usage = | ||
| 8 | |||
| 9 | {{code}} | ||
| 10 | |||
| 11 | WOResetButton { | ||
| 12 | value=aString; | ||
| 13 | [disabled=aBoolean;]... | ||
| 14 | } | ||
| 15 | |||
| 16 | {{/code}} | ||
| 17 | |||
| 18 | = Bindings = | ||
| 19 | |||
| 20 | |((( | ||
| 21 | disabled | ||
| 22 | )))|((( | ||
| 23 | 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. | ||
| 24 | ))) | ||
| 25 | |((( | ||
| 26 | value | ||
| 27 | )))|((( | ||
| 28 | Title of the button. | ||
| 29 | ))) | ||
| 30 | |||
| 31 | = Examples = | ||
| 32 | |||
| 33 | == Java methods == | ||
| 34 | |||
| 35 | == WOD-style == | ||
| 36 | |||
| 37 | {{code/}} | ||
| 38 | |||
| 39 | == Inline bindings (WOOGNL) == | ||
| 40 | |||
| 41 | {{code/}} | ||
| 42 | |||
| 43 | = Related documents = | ||
| 44 | |||
| 45 | [[AjaxResetButton>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/ajax/AjaxResetButton.html||shape="rect"]] |