Changes for page WORadioButton
Last modified by Pascal Robert on 2011/09/26 05:47
From version 5.1
edited by Pascal Robert
on 2011/05/08 02:05
on 2011/05/08 02:05
Change comment:
Migrated to Confluence 5.3
To version 3.1
edited by Pascal Robert
on 2011/05/08 02:05
on 2011/05/08 02:05
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 ... ... @@ -31,31 +31,11 @@ 31 31 In a WORadioButton declaration you must supply either checked or value, but not both:they are mutually exclusive. 32 32 {{/info}} 33 33 34 -|((( 35 -value 36 -)))|((( 37 -Value of this input element. If not specified, WebObjects provides a default value. 38 -))) 39 -|((( 40 -selection 41 -)))|((( 42 -If selection and value are equal when the page is generated, the radio button is selected. When the page is submitted, selection is assigned the value of the radio button. 43 -))) 44 -|((( 45 -checked 46 -)))|((( 47 -During page generation, if checked evaluates to true, the radio button appears in the selected state. During request handling, checked reflects the state the user left the radio button in: true if checked; false if not. 48 -))) 49 -|((( 50 -name 51 -)))|((( 52 -Name that identifies the radio button's group. Only one radio button at a time can be selected within a group. 53 -))) 54 -|((( 55 -disabled 56 -)))|((( 57 -If disabled evaluates to true , this element appears in the page but is not active. That is, selection does not contain the user's selection when the page is submitted. 58 -))) 34 +| value | Value of this input element. If not specified, WebObjects provides a default value. 35 +| selection | If selection and value are equal when the page is generated, the radio button is selected. When the page is submitted, selection is assigned the value of the radio button. 36 +| checked | During page generation, if checked evaluates to true, the radio button appears in the selected state. During request handling, checked reflects the state the user left the radio button in: true if checked; false if not. 37 +| name | Name that identifies the radio button's group. Only one radio button at a time can be selected within a group. 38 +| disabled | If disabled evaluates to true , this element appears in the page but is not active. That is, selection does not contain the user's selection when the page is submitted. 59 59 60 60 = Examples = 61 61 ... ... @@ -63,10 +63,16 @@ 63 63 64 64 == WOD-style == 65 65 66 -{{code /}}46 +{{code}} 67 67 48 + 49 +{{/code}} 50 + 68 68 == Inline bindings (WOOGNL) == 69 69 70 -{{code /}}53 +{{code}} 71 71 55 + 56 +{{/code}} 57 + 72 72 = Related documents =