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…'
(No difference)

Revision as of 22:06, 12 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.