PawsRadioButton

From PSwiki
Revision as of 22:04, 12 October 2010 by Talad (talk | contribs) (Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsRadioButton" id = ''int'' ''widget-attributes''> <!-- Content: (text, radio?, ''widget-elements'') --> </w…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<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.