PawsEditTextBox: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with ' <widget    '''name''' = ''qname''    '''factory''' = "pawsEditTextBox"    text = ''qname''    ''widget-attributes''>    <!-- Content: (text?, ''widget-elements'') -->  </widg…' | m add to category (Engine documents) | ||
| Line 8: | Line 8: | ||
| 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. | 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. | ||
| [[Category:Engine documents]] | |||
Latest revision as of 14:53, 23 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.