Wiki source code of WOResetButton

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

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