PawsRadioButton: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsRadioButton" id = ''int'' ''widget-attributes''> <!-- Content: (text, radio?, ''widget-elements'') --> </w…' |
m Reverted edits by Copernicus (Talk) to last revision by Ethryn |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
The '''pawsRadioButton''' factory is used to create a radio button: A series of buttons where only one can be selected. Its parent widget may or may not be a [[#pawsRadioButtonGroup|pawsRadioButtonGroup]]; if it is then only one can be selected in the entire group, else it is treated as if it is grouped with the other radio buttons in the entire window. It requires a [[#text|text]] child node. | The '''pawsRadioButton''' factory is used to create a radio button: A series of buttons where only one can be selected. Its parent widget may or may not be a [[#pawsRadioButtonGroup|pawsRadioButtonGroup]]; if it is then only one can be selected in the entire group, else it is treated as if it is grouped with the other radio buttons in the entire window. It requires a [[#text|text]] child node. | ||
[[Category:Engine documents]] |
Latest revision as of 22:37, 10 December 2010
<widget name = qname factory = "pawsRadioButton" id = int widget-attributes> <!-- Content: (text, radio?, widget-elements) --> </widget>
The pawsRadioButton factory is used to create a radio button: A series of buttons where only one can be selected. Its parent widget may or may not be a pawsRadioButtonGroup; if it is then only one can be selected in the entire group, else it is treated as if it is grouped with the other radio buttons in the entire window. It requires a text child node.