PawsMultiLineTextBox: Difference between revisions

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


The '''pawsMultiLineTextBox''' factory is used to create an uneditable box of text with multiple lines.  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 '''pawsMultiLineTextBox''' factory is used to create an uneditable box of text with multiple lines.  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]]

Latest revision as of 14:50, 23 October 2010

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

The pawsMultiLineTextBox factory is used to create an uneditable box of text with multiple lines. 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.