Changes for page WOHiddenField
Last modified by Pascal Robert on 2011/09/23 14:40
From version 5.1
edited by Pascal Robert
on 2011/05/08 01:43
on 2011/05/08 01:43
Change comment:
Migrated to Confluence 5.3
To version 3.1
edited by Pascal Robert
on 2011/05/08 01:43
on 2011/05/08 01:43
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -Dynamic Elements - Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc}}{{/toc}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -18,21 +18,9 @@ 18 18 19 19 = Bindings = 20 20 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 -))) 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. 36 36 37 37 = Examples = 38 38 ... ... @@ -40,10 +40,16 @@ 40 40 41 41 == WOD-style == 42 42 43 -{{code /}}31 +{{code}} 44 44 33 + 34 +{{/code}} 35 + 45 45 == Inline bindings (WOOGNL) == 46 46 47 -{{code /}}38 +{{code}} 48 48 40 + 41 +{{/code}} 42 + 49 49 = Related documents =