PawsRadioButton: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
No edit summary
Line 1: Line 1:
<widget
<div style="position: fixed; left: 50%; background-color: white;">this is talad -> [[File:hello.jpg]]<br/> <- this is Xyz231</div>
  '''name''' = ''qname''
  '''factory''' = "pawsRadioButton"
  id = ''int''
  ''widget-attributes''>
  &lt;!-- 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|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]]

Revision as of 21:44, 10 December 2010

this is talad -> File:Hello.jpg
<- this is Xyz231