PawsCharBirth: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ':''Last updated: 0.5.1.1'' <widget '''name''' = ''qname'' '''factory''' = "pawsCharBirth" ''widget-attributes''> <!-- Content: (widget[@name='CP' and @factory='[…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
 
Line 17: Line 17:


The '''pawsCharBirth''' factory is used in character creation to select the character's date of birth, zodiac, and number of siblings.  It also requires a file called "zodiacs.xml" (see [[PAWS specification#zodiacs.xml grammar|zodiacs.xml grammar]]).  In addition, it requires widgets called "CharCreateMain" and "Parents" defined elsewhere.
The '''pawsCharBirth''' factory is used in character creation to select the character's date of birth, zodiac, and number of siblings.  It also requires a file called "zodiacs.xml" (see [[PAWS specification#zodiacs.xml grammar|zodiacs.xml grammar]]).  In addition, it requires widgets called "CharCreateMain" and "Parents" defined elsewhere.
[[Category:Engine documents]]

Latest revision as of 14:51, 23 October 2010

Last updated: 0.5.1.1
<widget
  name = qname
  factory = "pawsCharBirth"
  widget-attributes>
  <!-- Content: (widget[@name='CP' and @factory='pawsTextBox'],
                 widget[@name='month' and @factory='pawsComboBox'],
                 widget[@name='day' and @factory='pawsComboBox'],
                 widget[@name='Siblings' and @factory='pawsRadioButtonGroup'],
                 widget[@name='sibling_desc' and @factory='pawsMultiLineTextBox'],
                 widget[@name='zodiac' and @factory='pawsTextBox'],
                 widget[@name='zodiac_img' and @factory='pawsWidget'],
                 widget[@name='zodiac_description' and @factory='pawsMultiLineTextBox'],
                 widget-elements) -->
</widget>

The pawsCharBirth factory is used in character creation to select the character's date of birth, zodiac, and number of siblings. It also requires a file called "zodiacs.xml" (see zodiacs.xml grammar). In addition, it requires widgets called "CharCreateMain" and "Parents" defined elsewhere.