Changes for page WOSubmitButton

Last modified by Pascal Robert on 2012/02/11 07:54

From version 12.1
edited by Pascal Robert
on 2012/02/11 07:54
Change comment: There is no comment for this version
To version 13.1
edited by Pascal Robert
on 2012/02/11 07:54
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -19,12 +19,36 @@
19 19  
20 20  = Bindings =
21 21  
22 -| action | Action method to invoke when the form is submitted.
23 -| actionClass | The name of the class in which the method designated in directActionName can be found. Defaults to DirectAction.
24 -| value | Title of the button.
25 -| directActionName | The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to "default".
26 -| disabled | If disabled evaluates to true, the element appears in the page but is not active. That is, clicking the button does not actually submit the form.
27 -| name | Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime.
22 +|(((
23 +action
24 +)))|(((
25 +Action method to invoke when the form is submitted.
26 +)))
27 +|(((
28 +actionClass
29 +)))|(((
30 +The name of the class in which the method designated in directActionName can be found. Defaults to DirectAction.
31 +)))
32 +|(((
33 +value
34 +)))|(((
35 +Title of the button.
36 +)))
37 +|(((
38 +directActionName
39 +)))|(((
40 +The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to "default".
41 +)))
42 +|(((
43 +disabled
44 +)))|(((
45 +If disabled evaluates to true, the element appears in the page but is not active. That is, clicking the button does not actually submit the form.
46 +)))
47 +|(((
48 +name
49 +)))|(((
50 +Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime.
51 +)))
28 28  
29 29  = Examples =
30 30  
... ... @@ -32,19 +32,13 @@
32 32  
33 33  == WOD-style ==
34 34  
35 -{{code}}
59 +{{code/}}
36 36  
37 -
38 -{{/code}}
39 -
40 40  == Inline bindings (WOOGNL) ==
41 41  
42 -{{code}}
63 +{{code/}}
43 43  
44 -
45 -{{/code}}
46 -
47 47  = Related documents =
48 48  
49 -[[ERXSubmitButton>>http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXSubmitButton.html]]
50 -[[AjaxSubmitButton>>http://wocommunity.org/documents/javadoc/wonder/latest/er/ajax/AjaxSubmitButton.html]]
67 +[[ERXSubmitButton>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXSubmitButton.html||shape="rect"]]
68 + [[AjaxSubmitButton>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/ajax/AjaxSubmitButton.html||shape="rect"]]