要将它们全部排序到一列上,您需要将其他两列加上:
- ...
- :boxed_radio_column { //define radio column
- label = "Type" ; //give it a label
- : radio_button { //define radion button
- key = "rb1" ; //give it a name
- label = "Bolt Holes &Site" ; //give it a label
- value = "1" ; //switch it on
- } //end definition
- ...
- : radio_button { //define radion button
- key = "rb8" ; //give it a name
- label = "Bolt Holes &Slotted" ; //give it a label
- } //end definition
- [color=magenta]// } //end radio column
- // :boxed_radio_column { //define radio column
- // label = "Type" ; //give it a label
- [/color] : radio_button { //define radion button
- key = "rb9" ; //give it a name
- label = "Bolt Holes &Site" ; //give it a label
- } //end definition
- ...
- : radio_button { //define radion button
- key = "rb16" ; //give it a name
- label = "Bolt Holes &Slotted" ; //give it a label
- } //end definition
- [color=magenta]// } //end radio column
- // :boxed_radio_column { //define radio column
- // label = "Type" ; //give it a label
- [/color] : radio_button { //define radion button
- key = "rb17" ; //give it a name
- label = "Bolt Holes &Site" ; //give it a label
- } //end definition
- ...
|