Changes for page WORadioButton

Last modified by Pascal Robert on 2011/09/26 05:47

From version 3.1
edited by Pascal Robert
on 2011/05/08 02:05
Change comment: There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2011/05/08 02:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -31,11 +31,31 @@
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 -| 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.
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 +)))
39 39  
40 40  = Examples =
41 41  
... ... @@ -43,16 +43,10 @@
43 43  
44 44  == WOD-style ==
45 45  
46 -{{code}}
66 +{{code/}}
47 47  
48 -
49 -{{/code}}
50 -
51 51  == Inline bindings (WOOGNL) ==
52 52  
53 -{{code}}
70 +{{code/}}
54 54  
55 -
56 -{{/code}}
57 -
58 58  = Related documents =