Wiki source code of WOParam

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

Hide last authors
Pascal Robert 4.1 1 {{toc/}}
Pascal Robert 1.1 2
3 = Introduction =
4
Pascal Robert 3.1 5 WOParam elements are used for passing WOApplet parameters.
6
Pascal Robert 1.1 7 = Usage =
8
9 {{code}}
10
Pascal Robert 3.1 11 WOParam {
12 name=aString;
13 value=aString; | action=aMethod; ...
14 }
Pascal Robert 1.1 15
16 {{/code}}
17
18 = Bindings =
19
Pascal Robert 4.1 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 )))
Pascal Robert 3.1 35
Pascal Robert 1.1 36 = Examples =
37
38 == Java methods ==
39
40 == WOD-style ==
41
Pascal Robert 4.1 42 {{code/}}
Pascal Robert 1.1 43
44 == Inline bindings (WOOGNL) ==
45
Pascal Robert 4.1 46 {{code/}}
Pascal Robert 1.1 47
48 = Related documents =