PawsChatMenuItem: Difference between revisions
Jump to navigation
Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsChatMenuItem" action = ''qname'' label = ''qname'' image = ''resource'' colour = ''hex'' checked = { "tr…' |
m add to category (Engine documents) |
||
Line 19: | Line 19: | ||
The '''pawsChatMenuItem''' factory is never used, but is supposed to be used in [[#pawsChatWindow|pawsChatWindow]]. It inherits from [[#pawsMenuItem|pawsMenuItem]] and requires either <code>action</code> or <code>label</code> to be defined. If the <code>action</code> attribute is set, then there should also be param attributes named <code>param1</code>, <code>param2</code>, etc. | The '''pawsChatMenuItem''' factory is never used, but is supposed to be used in [[#pawsChatWindow|pawsChatWindow]]. It inherits from [[#pawsMenuItem|pawsMenuItem]] and requires either <code>action</code> or <code>label</code> to be defined. If the <code>action</code> attribute is set, then there should also be param attributes named <code>param1</code>, <code>param2</code>, etc. | ||
[[Category:Engine documents]] |
Latest revision as of 14:51, 23 October 2010
<widget name = qname factory = "pawsChatMenuItem" action = qname label = qname image = resource colour = hex checked = { "true" | "false } CheckboxOn = resource CheckboxOff = resource LabelWidth = int spacing = int border = int paramnum = qname widget-attributes> <!-- Content: (widget[@factory='pawsMenu']?, widget-elements) --> </widget>
The pawsChatMenuItem factory is never used, but is supposed to be used in pawsChatWindow. It inherits from pawsMenuItem and requires either action
or label
to be defined. If the action
attribute is set, then there should also be param attributes named param1
, param2
, etc.