PawsWritingWindow: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ':''Last updated: 0.5.1.1'' <widget '''name''' = ''qname'' '''factory''' = "pawsWritingWindow" ''widget-attributes''> <!-- Content: (widget[@name='body' and @fact…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 11: Line 11:


The '''pawsWritingWindow''' factory is used for editing books.  The required "body" [[pawsMultilineEditTextBox]] widget provides the field for editing the contents while the required "ItemName" [[pawsEditTextBox]] widget allows the name of the book to be edited.
The '''pawsWritingWindow''' factory is used for editing books.  The required "body" [[pawsMultilineEditTextBox]] widget provides the field for editing the contents while the required "ItemName" [[pawsEditTextBox]] widget allows the name of the book to be edited.
[[Category:Engine documents]]

Revision as of 14:55, 23 October 2010

Last updated: 0.5.1.1
<widget
  name = qname
  factory = "pawsWritingWindow"
  widget-attributes>
  <!-- Content: (widget[@name='body' and @factory='pawsMultilineEditTextBox'],
                 widget[@name='ItemName' and @factory='pawsEditTextBox'],
                 widget-elements) -->
</widget>

The pawsWritingWindow factory is used for editing books. The required "body" pawsMultilineEditTextBox widget provides the field for editing the contents while the required "ItemName" pawsEditTextBox widget allows the name of the book to be edited.