Changes for page WOHiddenField

Last modified by Pascal Robert on 2011/09/23 14:40

From version 3.1
edited by Pascal Robert
on 2011/05/08 01:43
Change comment: There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2011/05/08 01:43
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -18,9 +18,21 @@
18 18  
19 19  = Bindings =
20 20  
21 -| value | Value for the hidden text field.
22 -| name | Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime.
23 -| disabled | If disabled evaluates to true, the element appears in the page but is not active.
21 +|(((
22 +value
23 +)))|(((
24 +Value for the hidden text field.
25 +)))
26 +|(((
27 +name
28 +)))|(((
29 +Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime.
30 +)))
31 +|(((
32 +disabled
33 +)))|(((
34 +If disabled evaluates to true, the element appears in the page but is not active.
35 +)))
24 24  
25 25  = Examples =
26 26  
... ... @@ -28,16 +28,10 @@
28 28  
29 29  == WOD-style ==
30 30  
31 -{{code}}
43 +{{code/}}
32 32  
33 -
34 -{{/code}}
35 -
36 36  == Inline bindings (WOOGNL) ==
37 37  
38 -{{code}}
47 +{{code/}}
39 39  
40 -
41 -{{/code}}
42 -
43 43  = Related documents =