PawsMessageTextBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsMessageTextBox" '''text''' = ''qname'' ''widget-attributes''> <!-- Content: (''widget-elements'') --> </wi…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 8: Line 8:


The '''pawsMessageTextBox''' factory is used to create an uneditable box of text with multiple lines.  It is used for outputting messages back to the user, such as in the chat window.  Each line of text may be assigned its own color.  When the text exceeds the width of the widget, it will word wrap to the left of the widget below the previous line of text.
The '''pawsMessageTextBox''' factory is used to create an uneditable box of text with multiple lines.  It is used for outputting messages back to the user, such as in the chat window.  Each line of text may be assigned its own color.  When the text exceeds the width of the widget, it will word wrap to the left of the widget below the previous line of text.
[[Category:Engine documents]]

Revision as of 14:55, 23 October 2010

<widget
  name = qname
  factory = "pawsMessageTextBox"
  text = qname
  widget-attributes>
  <!-- Content: (widget-elements) -->
</widget>

The pawsMessageTextBox factory is used to create an uneditable box of text with multiple lines. It is used for outputting messages back to the user, such as in the chat window. Each line of text may be assigned its own color. When the text exceeds the width of the widget, it will word wrap to the left of the widget below the previous line of text.