idlehomescreen/data/vga_tch/tworows_200315c3/xuikon/00/tworows.xml
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- <!DOCTYPE xmluiml SYSTEM "AI3_Demo.dtd"> -->
       
     3 <xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">
       
     4 
       
     5     <widget id="tworows_template">
       
     6         <!-- Data plugin in this widget -->
       
     7         <contentsource id="tworows_plugin" name="" value="0x20019594" />
       
     8         
       
     9         <configuration name="service" value="Service.ContentPublishing"/>
       
    10         <configuration name="interface" value="IContentPublishing"/>
       
    11         <configuration name="command" value="GetList"/>
       
    12         <configuration id="pub_id" name="publisher" value=""/>
       
    13 
       
    14  			  <image id="image_container" focusable="true" _s60-initial-focus="1">
       
    15  			    <!-- Template designer choice -->
       
    16 	 			  <actions>
       
    17 	          <action>
       
    18 	            <trigger name="activate"/>
       
    19 	            <event id="p1trigger" name=""/>
       
    20 	          </action>
       
    21 	        </actions>
       
    22           <configuration name="content_type" value="image1"/>
       
    23           <property id="prop1" class=""/>
       
    24       	</image>
       
    25       	
       
    26       	<box id="text_container">
       
    27 	        <text id="row1" class="text_box" focusable="true" >
       
    28 	          <!-- Template designer choice -->
       
    29 		        <actions>
       
    30 		          <action>
       
    31 		            <trigger name="activate"/>
       
    32 		            <event id="p2trigger" name=""/>
       
    33 		          </action>
       
    34 		        </actions>
       
    35 		        <configuration name="content_type" value="text1"/>
       
    36 	          <property id="prop2" class=""/>
       
    37 	      	</text>
       
    38 	      	
       
    39 	      	<text id="row2" class="text_box"  focusable="true" >
       
    40 	      	  <!-- Template designer choice -->
       
    41 		      	<actions>
       
    42 		          <action>
       
    43 		            <trigger name="activate"/>
       
    44 		            <event id="p3trigger" name=""/>
       
    45 		          </action>
       
    46 		        </actions>
       
    47 		        <configuration name="content_type" value="text2"/>
       
    48 	          <property id="prop3" class=""/>
       
    49 	      	</text>
       
    50 				</box>
       
    51 				<menuextension>
       
    52             <!-- dynmenuitems are mapped to HS view.xml menu based on target attribute.
       
    53                  HS view.xml provides localisation for predined items: "settings" and "refresh". -->                
       
    54             <dynmenuitem type="widgetsettings" target="hs_widget_menuitem_settings">
       
    55                 <actions>
       
    56                     <action>
       
    57                         <trigger name="activate"/>
       
    58                         <event name="menuitem(widgetsettings)" destination="tworows_plugin"/>  
       
    59                     </action>
       
    60                 </actions>
       
    61             </dynmenuitem>                    
       
    62             <dynmenuitem type="refresh" target="hs_widget_menuitem_refresh">
       
    63                 <actions>
       
    64                     <action>
       
    65                         <trigger name="activate"/>
       
    66                         <event name="menuitem(refresh)" destination="tworows_plugin"/>  
       
    67                     </action>
       
    68                 </actions>
       
    69             </dynmenuitem>        
       
    70         </menuextension>
       
    71     </widget>
       
    72 </xmluiml>