PawsChatWindow: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsChatWindow" ''widget-attributes''> <!-- Content: (widget[@name='Chat Tabs' and @factory='pawsTabWindow'], …' |
m add to category (Engine documents) |
||
| Line 17: | Line 17: | ||
The '''pawsChatWindow''' factory is used by the user to communicate with others and to input text commands. It requires a [[#pawsIgnoreWindow|pawsIgnoreWindow]] named "IgnoreWindow" to be defined somewhere. | The '''pawsChatWindow''' factory is used by the user to communicate with others and to input text commands. It requires a [[#pawsIgnoreWindow|pawsIgnoreWindow]] named "IgnoreWindow" to be defined somewhere. | ||
[[Category:Engine documents]] | |||
Latest revision as of 14:51, 23 October 2010
<widget
name = qname
factory = "pawsChatWindow"
widget-attributes>
<!-- Content: (widget[@name='Chat Tabs' and @factory='pawsTabWindow'],
widget[@name='SystemText' and @factory='pawsMessageTextBox'],
widget[@name='NpcText' and @factory='pawsMessageTextBox'],
widget[@name='MainText' and @factory='pawsMessageTextBox'],
widget[@name='TellText' and @factory='pawsMessageTextBox'],
widget[@name='GuildText' and @factory='pawsMessageTextBox'],
widget[@name='GroupText' and @factory='pawsMessageTextBox'],
widget[@name='AuctionText' and @factory='pawsMessageTextBox'],
widget[@name='HelpText' and @factory='pawsMessageTextBox'],
widget[@name='InputText' and @factory='pawsEditTextBox'],
form?, widget-elements) -->
</widget>
The pawsChatWindow factory is used by the user to communicate with others and to input text commands. It requires a pawsIgnoreWindow named "IgnoreWindow" to be defined somewhere.