PawsTextBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsTextBox" vertical = { "yes" | "no" } ''widget-attributes''> <!-- Content: (text?, ''widget-elements'') --> …'
 
m Reverted edits by Luca (Talk) to last revision by Ethryn
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:


The '''pawsTextBox''' factory is used to create an uneditable box of text, such as a label.  When the optional <code>vertical</code> attribute is set to "yes", the letters in the text box are arranged from the top of the widget to the bottom (for example the Permissions tab in the Guild window uses this).
The '''pawsTextBox''' factory is used to create an uneditable box of text, such as a label.  When the optional <code>vertical</code> attribute is set to "yes", the letters in the text box are arranged from the top of the widget to the bottom (for example the Permissions tab in the Guild window uses this).
[[Category:Engine documents]]

Latest revision as of 22:35, 10 December 2010

<widget
  name = qname
  factory = "pawsTextBox"
  vertical = { "yes" | "no" }
  widget-attributes>
  <!-- Content: (text?, widget-elements) -->
</widget>

The pawsTextBox factory is used to create an uneditable box of text, such as a label. When the optional vertical attribute is set to "yes", the letters in the text box are arranged from the top of the widget to the bottom (for example the Permissions tab in the Guild window uses this).