Changes for page WOParam

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

From version 4.1
edited by Pascal Robert
on 2011/05/08 01:55
Change comment: There is no comment for this version
To version 3.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/}}
1 +{{toc}}{{/toc}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -17,21 +17,9 @@
17 17  
18 18  = Bindings =
19 19  
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 -)))
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.
35 35  
36 36  = Examples =
37 37  
... ... @@ -39,10 +39,16 @@
39 39  
40 40  == WOD-style ==
41 41  
42 -{{code/}}
30 +{{code}}
43 43  
32 +
33 +{{/code}}
34 +
44 44  == Inline bindings (WOOGNL) ==
45 45  
46 -{{code/}}
37 +{{code}}
47 47  
39 +
40 +{{/code}}
41 +
48 48  = Related documents =