PawsRadioButtonGroup: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsRadioButtonGroup" ''widget-attributes''> <!-- Content: (widget[@factory='pawsRadioButton']*, …' |
m add to category (Engine documents) |
||
| Line 8: | Line 8: | ||
The '''pawsRadioButtonGroup''' factory is used to create a group of radio buttons. It acts as its own widget, so you really need a <code><frame /></code> element here or else you won't be able to see anything. | The '''pawsRadioButtonGroup''' factory is used to create a group of radio buttons. It acts as its own widget, so you really need a <code><frame /></code> element here or else you won't be able to see anything. | ||
[[Category:Engine documents]] | |||
Latest revision as of 14:54, 23 October 2010
<widget
name = qname
factory = "pawsRadioButtonGroup"
widget-attributes>
<!-- Content: (widget[@factory='pawsRadioButton']*,
radio?, widget-elements) -->
</widget>
The pawsRadioButtonGroup factory is used to create a group of radio buttons. It acts as its own widget, so you really need a <frame /> element here or else you won't be able to see anything.