Changes for page WOCheckBox
Last modified by Filippo Laurìa on 2013/09/08 12:44
From version 4.1
edited by Pascal Robert
on 2011/05/08 01:22
on 2011/05/08 01:22
Change comment:
Migrated to Confluence 4.0
To version 3.1
edited by Pascal Robert
on 2011/05/08 01:22
on 2011/05/08 01:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc}}{{/toc}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -27,31 +27,11 @@ 27 27 28 28 = Bindings = 29 29 30 -|((( 31 -value 32 -)))|((( 33 -Value of this input element. If not specified, WebObjects provides a default value. 34 -))) 35 -|((( 36 -selection 37 -)))|((( 38 -If selection and value are equal when the page is generated, the check box is checked. When the page is submitted, selection is assigned the value of the check box. 39 -))) 40 -|((( 41 -checked 42 -)))|((( 43 -During page generation, if checked evaluates to true, the check box appears in the checked state. During request handling, checked reflects the state the user left the check box in: true if checked; false if not. 44 -))) 45 -|((( 46 -name 47 -)))|((( 48 -Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime. 49 -))) 50 -|((( 51 -disabled 52 -)))|((( 53 -If disabled evaluates to true, this element appears in the page but is not active. That is, selection won't contain the user's selection when the page is submitted. 54 -))) 30 +| value | Value of this input element. If not specified, WebObjects provides a default value. 31 +| selection | If selection and value are equal when the page is generated, the check box is checked. When the page is submitted, selection is assigned the value of the check box. 32 +| checked | During page generation, if checked evaluates to true, the check box appears in the checked state. During request handling, checked reflects the state the user left the check box in: true if checked; false if not. 33 +| name | Name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime. 34 +| disabled | If disabled evaluates to true, this element appears in the page but is not active. That is, selection won't contain the user's selection when the page is submitted. 55 55 56 56 = Examples = 57 57 ... ... @@ -59,10 +59,16 @@ 59 59 60 60 == WOD-style == 61 61 62 -{{code /}}42 +{{code}} 63 63 44 + 45 +{{/code}} 46 + 64 64 == Inline bindings (WOOGNL) == 65 65 66 -{{code /}}49 +{{code}} 67 67 51 + 52 +{{/code}} 53 + 68 68 = Related documents =