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
on 2011/04/26 23:05
Change comment:
There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2011/05/08 01:55
on 2011/05/08 01:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,16 +1,38 @@ 1 -{{toc }}{{/toc}}1 +{{toc/}} 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 +|((( 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 +))) 35 + 14 14 = Examples = 15 15 16 16 == Java methods == ... ... @@ -17,16 +17,10 @@ 17 17 18 18 == WOD-style == 19 19 20 -{{code}} 42 +{{code/}} 21 21 22 - 23 -{{/code}} 24 - 25 25 == Inline bindings (WOOGNL) == 26 26 27 -{{code}} 46 +{{code/}} 28 28 29 - 30 -{{/code}} 31 - 32 32 = Related documents =