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