Changes for page WOResetButton

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

From version 8.1
edited by Pascal Robert
on 2011/04/26 23:04
Change comment: There is no comment for this version
To version 9.1
edited by Pascal Robert
on 2012/01/30 22:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,15 +2,24 @@
2 2  
3 3  = Introduction =
4 4  
5 +A WOResetButton element generates a reset button in an HTML page. This element is used within HTML forms.
6 +
5 5  = Usage =
6 6  
7 7  {{code}}
8 8  
11 +WOResetButton {
12 + value=aString;
13 + [disabled=aBoolean;]...
14 +}
9 9  
10 10  {{/code}}
11 11  
12 12  = Bindings =
13 13  
20 +| 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.
21 +| value | Title of the button.
22 +
14 14  = Examples =
15 15  
16 16  == Java methods ==
... ... @@ -30,3 +30,5 @@
30 30  {{/code}}
31 31  
32 32  = Related documents =
42 +
43 +[[AjaxResetButton>>http://wocommunity.org/documents/javadoc/wonder/latest/er/ajax/AjaxResetButton.html]]