PawsConfigChatTabs: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with ' <widget    '''name''' = ''qname''    '''factory''' = "pawsConfigChatTabs"    ''widget-attributes''>    <!-- Content: (widget[@name='isysbase'  and @factory='pawsCheckBox'],  …' | |||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 31: | Line 31: | ||
| The '''pawsConfigChatTabs''' factory is used to configure what channels in the chat window should appear in the main tab, and also how tabs should flash.  It requires a widget called "ChatWindow" defined elsewhere. | The '''pawsConfigChatTabs''' factory is used to configure what channels in the chat window should appear in the main tab, and also how tabs should flash.  It requires a widget called "ChatWindow" defined elsewhere. | ||
| [[Category:Engine documents]] | |||
Latest revision as of 22:31, 10 December 2010
<widget
  name = qname
  factory = "pawsConfigChatTabs"
  widget-attributes>
  <!-- Content: (widget[@name='isysbase'  and @factory='pawsCheckBox'],
                 widget[@name='inpc'      and @factory='pawsCheckBox'],
                 widget[@name='itells'    and @factory='pawsCheckBox'],
                 widget[@name='iguild'    and @factory='pawsCheckBox'],
                 widget[@name='igroup'    and @factory='pawsCheckBox'],
                 widget[@name='iauction'  and @factory='pawsCheckBox'],
                 widget[@name='isys'      and @factory='pawsCheckBox'],
                 widget[@name='ihelp'     and @factory='pawsCheckBox'],
                 widget[@name='fmain'     and @factory='pawsCheckBox'],
                 widget[@name='fnpc'      and @factory='pawsCheckBox'],
                 widget[@name='ftells'    and @factory='pawsCheckBox'],
                 widget[@name='fguild'    and @factory='pawsCheckBox'],
                 widget[@name='fgroup'    and @factory='pawsCheckBox'],
                 widget[@name='fauction'  and @factory='pawsCheckBox'],
                 widget[@name='fsys'      and @factory='pawsCheckBox'],
                 widget[@name='fhelp'     and @factory='pawsCheckBox'],
                 widget[@name='fcmain'    and @factory='pawsCheckBox'],
                 widget[@name='fcnpc'     and @factory='pawsCheckBox'],
                 widget[@name='fctells'   and @factory='pawsCheckBox'],
                 widget[@name='fcguild'   and @factory='pawsCheckBox'],
                 widget[@name='fcgroup'   and @factory='pawsCheckBox'],
                 widget[@name='fcauction' and @factory='pawsCheckBox'],
                 widget[@name='fcsys'     and @factory='pawsCheckBox'],
                 widget[@name='fchelp'    and @factory='pawsCheckBox'],
                 widget-elements) -->
</widget>
The pawsConfigChatTabs factory is used to configure what channels in the chat window should appear in the main tab, and also how tabs should flash. It requires a widget called "ChatWindow" defined elsewhere.