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…'
(No difference)

Revision as of 22:04, 12 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.