PawsConfigChat: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsConfigChat" ''widget-attributes''> <!-- Content: (widget[@name='systemtextr' and @factory='pawsEditText…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 47: Line 47:


The '''pawsConfigChat''' factory is used to configure the chat window.  It requires a widget called "ChatWindow" defined elsewhere.  It also requires a file called "/data/options/chat.xml" or "/data/options/chat_def.xml" to be defined (see [[#chat_def.xml grammar|chat_def.xml grammar]]).
The '''pawsConfigChat''' factory is used to configure the chat window.  It requires a widget called "ChatWindow" defined elsewhere.  It also requires a file called "/data/options/chat.xml" or "/data/options/chat_def.xml" to be defined (see [[#chat_def.xml grammar|chat_def.xml grammar]]).
[[Category:Engine documents]]

Revision as of 14:51, 23 October 2010

<widget
  name = qname
  factory = "pawsConfigChat"
  widget-attributes>
  <!-- Content: (widget[@name='systemtextr'        and @factory='pawsEditTextBox'],
                 widget[@name='systemtextg'        and @factory='pawsEditTextBox'],
                 widget[@name='systemtextb'        and @factory='pawsEditTextBox'],
                 widget[@name='admintextr'         and @factory='pawsEditTextBox'],
                 widget[@name='admintextg'         and @factory='pawsEditTextBox'],
                 widget[@name='admintextb'         and @factory='pawsEditTextBox'],
                 widget[@name='playernametextr'    and @factory='pawsEditTextBox'],
                 widget[@name='playernametextg'    and @factory='pawsEditTextBox'],
                 widget[@name='playernametextb'    and @factory='pawsEditTextBox'],
                 widget[@name='chattextr'          and @factory='pawsEditTextBox'],
                 widget[@name='chattextg'          and @factory='pawsEditTextBox'],
                 widget[@name='chattextb'          and @factory='pawsEditTextBox'],
                 widget[@name='telltextr'          and @factory='pawsEditTextBox'],
                 widget[@name='telltextg'          and @factory='pawsEditTextBox'],
                 widget[@name='telltextb'          and @factory='pawsEditTextBox'],
                 widget[@name='shouttextr'         and @factory='pawsEditTextBox'],
                 widget[@name='shouttextg'         and @factory='pawsEditTextBox'],
                 widget[@name='shouttextb'         and @factory='pawsEditTextBox'],
                 widget[@name='guildtextr'         and @factory='pawsEditTextBox'],
                 widget[@name='guildtextg'         and @factory='pawsEditTextBox'],
                 widget[@name='guildtextb'         and @factory='pawsEditTextBox'],
                 widget[@name='yourtextr'          and @factory='pawsEditTextBox'],
                 widget[@name='yourtextg'          and @factory='pawsEditTextBox'],
                 widget[@name='yourtextb'          and @factory='pawsEditTextBox'],
                 widget[@name='grouptextr'         and @factory='pawsEditTextBox'],
                 widget[@name='grouptextg'         and @factory='pawsEditTextBox'],
                 widget[@name='grouptextb'         and @factory='pawsEditTextBox'],
                 widget[@name='auctiontextr'       and @factory='pawsEditTextBox'],
                 widget[@name='auctiontextg'       and @factory='pawsEditTextBox'],
                 widget[@name='auctiontextb'       and @factory='pawsEditTextBox'],
                 widget[@name='helptextr'          and @factory='pawsEditTextBox'],
                 widget[@name='helptextg'          and @factory='pawsEditTextBox'],
                 widget[@name='helptextb'          and @factory='pawsEditTextBox'],
                 widget[@name='loosefocus'         and @factory='pawsCheckBox'],
                 widget[@name='logAllChat'         and @factory='pawsCheckBox'],
                 widget[@name='logSystemChat'      and @factory='pawsCheckBox'],
                 widget[@name='badwordsincoming'   and @factory='pawsCheckBox'],
                 widget[@name='badwordsoutgoing'   and @factory='pawsCheckBox'],
                 widget[@name='selecttabstyle'     and @factory='pawsRadioButtonGroup'],
                 widget[@name='echoscreeninsystem' and @factory='pawsCheckBox'],
                 widget-elements) -->
</widget>

The pawsConfigChat factory is used to configure the chat window. It requires a widget called "ChatWindow" defined elsewhere. It also requires a file called "/data/options/chat.xml" or "/data/options/chat_def.xml" to be defined (see chat_def.xml grammar).