data/iconstext/xuikon/00/replace.xml
changeset 0 b856a9924bbc
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">
       
     3     <widget focusable="true" _s60-initial-focus="1">
       
     4         <actions> 
       
     5             <action>
       
     6                 <trigger name="activate"/>
       
     7                 <event name="#replace#/widgetclicked"/>
       
     8             </action>
       
     9         </actions>
       
    10         <!-- Content Publisher plug-in-->
       
    11         <contentsource name="#replace#" value="0x20019594"/>
       
    12         <configuration name="service" value="Service.ContentPublishing"/>
       
    13         <configuration name="interface" value="IContentPublishing"/>
       
    14         <configuration name="command" value="GetList"/>
       
    15         <configuration name="publisher" value="#replaceuid#:#replace#"/>
       
    16  
       
    17         <box id="container">
       
    18             <box id="row1">
       
    19                 <image id="img1" >
       
    20                     <configuration name="content_type" value="cnt1"/>
       
    21                     <property class="#replace#/image1"/>
       
    22                 </image>
       
    23                 <text id="txt1">
       
    24                     <configuration name="content_type" value="cnt1"/>
       
    25                     <property class="#replace#/text1"/> 
       
    26                 </text>
       
    27             </box>
       
    28             <box id="row2" class="hidden">
       
    29                 <image id="img2" >
       
    30                     <configuration name="content_type" value="cnt2"/>
       
    31                     <property class="#replace#/image2"/>
       
    32                 </image>
       
    33                 <text id="txt2">
       
    34                     <configuration name="content_type" value="cnt2"/>
       
    35                     <property class="#replace#/text2"/>
       
    36                     <property class="policy/emptyContent" name="row2" value="display: none"/>
       
    37                     <property class="policy/Content" name="row2" value="display: block"/>
       
    38                 </text>
       
    39             </box>
       
    40             <box id="row3" class="hidden">
       
    41                 <image id="img3" >
       
    42                     <configuration name="content_type" value="cnt3"/>
       
    43                     <property class="#replace#/image3"/>
       
    44                 </image>
       
    45                 <text id="txt3">
       
    46                     <configuration name="content_type" value="cnt3"/>
       
    47                     <property class="#replace#/text3"/> 
       
    48                     <property class="policy/emptyContent" name="row3" value="display: none"/>
       
    49                     <property class="policy/Content" name="row3" value="display: block"/>
       
    50                 </text>
       
    51             </box>
       
    52         </box>
       
    53     </widget>
       
    54 </xmluiml>