wlanutilities/wlansniffer/widget/widget_2001E637/xuikon/00/wsfwidget.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:20:28 +0200
changeset 0 56b72877c1cb
child 1 d07e190ed096
permissions -rw-r--r--
Revision: 200949 Kit: 200951

<?xml version="1.0" encoding="UTF-8"?>
<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0"> 

	<widget id="wizardPluginContainer" focusable="true" _s60-initial-focus="1" >
	
		<contentsource name="WLANWizard" value="0x10281CAF" /> 
	
		<actions>
			<action>
				<trigger name="stylus">
				<property name="eventtype" value="up" />
					</trigger>
					<trigger name="activate"/>
				<trigger name="keyevent">
				    <!-- enter key / EStdKeyEnter	-->
					<property name="scancode" value="3" />
					<property name="eventtype" value="1" />
				</trigger>
					<event name="WLANWizard/OpenMenu" />
			</action>
			
			<action>
					<trigger name="gainfocus"/>
					<event name="WLANWizard/GainFocusInfoArea" />
			</action>
			
			<action>
				<trigger class="western" name="down" />
				<trigger class="arabic" name="up" />
			</action>
		</actions>

		<button id="wizardInfoArea1" class="wizardStatusBox1" focusable="false">
			<image id="wizardStatusIcon" class="wizardicon" focusable="false">
				<property class="WLANWizard/StatusIcon"/>
			</image>
			<text id="statusName1" class="wizardEntryText1" focusable="false">
				<property class="WLANWizard/NetworkStatus" />
			</text>
		</button>	<!-- enf of wizardInfoArea1 -->
			
		<button id="wizardInfoArea2" class="wizardStatusBox2" focusable="false">
			<text id="statusName2" class="wizardEntryText2" focusable="false">
				<property class="WLANWizard/NetworkName"/>
			</text>
			<image id="wizardSecureIcon" class="wizardicon" focusable="false">
				<property class="WLANWizard/SecureIcon"/>
				<property class="policy/Content" name="wizardSecureIcon" value="display: block;"/>
				<property class="policy/emptyContent" name="wizardSecureIcon" value="display: none;"/>
			</image> 
			<image id="wizardStrengthIcon" class="wizardicon" focusable="false">
				<property class="WLANWizard/StrengthIcon"/>
				<property class="policy/Content" name="wizardStrengthIcon" value="display: block;"/>
				<property class="policy/emptyContent" name="wizardStrengthIcon" value="display: none;"/>
			</image>
		</button> <!-- enf of wizardInfoArea2 -->
		
	</widget> <!-- end of wizardPluginContainer -->

</xmluiml>