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…'
 
m Reverted edits by Luca (Talk) to last revision by Ethryn
 
(2 intermediate revisions by 2 users not shown)
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]]

Latest revision as of 22:36, 10 December 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.