Changes for page WOParam

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

From version 2.1
edited by Pascal Robert
on 2011/04/26 23:05
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
... ... @@ -2,15 +2,25 @@
2 2  
3 3  = Introduction =
4 4  
5 +WOParam elements are used for passing WOApplet parameters.
6 +
5 5  = Usage =
6 6  
7 7  {{code}}
8 8  
11 +WOParam {
12 + name=aString;
13 + value=aString; | action=aMethod; ...
14 +}
9 9  
10 10  {{/code}}
11 11  
12 12  = Bindings =
13 13  
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.
23 +
14 14  = Examples =
15 15  
16 16  == Java methods ==