PawsEditTextBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsEditTextBox" text = ''qname'' ''widget-attributes''> <!-- Content: (text?, ''widget-elements'') --> </widg…'
(No difference)

Revision as of 22:02, 12 October 2010

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

The pawsEditTextBox factory is used to create an editable box of text. A password box can also be made using one of these, but its behavior is defined within the source of the parent window itself instead of the XML file.