PawsCharDescription: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsCharDescription" ''widget-attributes''> <!-- Content: (widget[@name='Description' and @factory='pawsMultilineE…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 8: Line 8:


The '''pawsCharDescription''' factory is used by the player to change the description of his or her character.  It requires a [[#pawsMultilineEditTextBox|pawsMultilineEditTextBox]] widget called "Description" to be present.
The '''pawsCharDescription''' factory is used by the player to change the description of his or her character.  It requires a [[#pawsMultilineEditTextBox|pawsMultilineEditTextBox]] widget called "Description" to be present.
[[Category:Engine documents]]

Revision as of 14:51, 23 October 2010

<widget
  name = qname
  factory = "pawsCharDescription"
  widget-attributes>
  <!-- Content: (widget[@name='Description' and @factory='pawsMultilineEditTextBox'],
                 widget-elements) -->
</widget>

The pawsCharDescription factory is used by the player to change the description of his or her character. It requires a pawsMultilineEditTextBox widget called "Description" to be present.