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