Changes for page WOParam

Last modified by Pascal Robert on 2011/05/08 01:55

From version 3.1
edited by Pascal Robert
on 2011/05/08 01:55
Change comment: There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2011/05/08 01:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -17,9 +17,21 @@
17 17  
18 18  = Bindings =
19 19  
20 -| name | Symbolic name associated with this element's value.
21 -| value | Value of this parameter.
22 -| action | Method that sets the parameter's value. Use this attribute instead of value if you want the parameter to be a WebObjects component.
20 +|(((
21 +name
22 +)))|(((
23 +Symbolic name associated with this element's value.
24 +)))
25 +|(((
26 +value
27 +)))|(((
28 +Value of this parameter.
29 +)))
30 +|(((
31 +action
32 +)))|(((
33 +Method that sets the parameter's value. Use this attribute instead of value if you want the parameter to be a WebObjects component.
34 +)))
23 23  
24 24  = Examples =
25 25  
... ... @@ -27,16 +27,10 @@
27 27  
28 28  == WOD-style ==
29 29  
30 -{{code}}
42 +{{code/}}
31 31  
32 -
33 -{{/code}}
34 -
35 35  == Inline bindings (WOOGNL) ==
36 36  
37 -{{code}}
46 +{{code/}}
38 38  
39 -
40 -{{/code}}
41 -
42 42  = Related documents =