data/graphictext/xuikon/00/replace.xml
changeset 0 b856a9924bbc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/graphictext/xuikon/00/replace.xml	Wed Jun 02 13:22:05 2010 +0300
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">
+    <widget>
+
+        <!-- Content Publisher plug-in-->
+        <contentsource name="#replace#" value="0x20019594"/>
+        <configuration name="service" value="Service.ContentPublishing"/>
+        <configuration name="interface" value="IContentPublishing"/>
+        <configuration name="command" value="GetList"/>
+        <configuration name="publisher" value="#replaceuid#:#replace#"/>
+ 
+        <image id="img1" focusable="true" _s60-initial-focus="1">
+            <actions> 
+                <action>
+                    <trigger name="activate"/>
+                    <event name="#replace#/imageclicked"/>
+                </action>
+            </actions>
+            <configuration name="content_type" value="cnt1"/>
+            <property class="#replace#/graphic"/>
+        </image>
+        <box id="focus" focusable="true">
+            <actions>
+                <action>
+                    <trigger name="activate"/>
+                    <event name="#replace#/textclicked"/>
+                </action>
+            </actions>
+            <box id="container">
+                <text id="row1">
+                    <configuration name="content_type" value="cnt2"/>
+                    <property class="#replace#/text1"/> 
+                </text>
+                <text id="row2" class="hidden">
+                    <configuration name="content_type" value="cnt2"/>
+                    <property class="#replace#/text2"/>
+                    <property class="policy/emptyContent" name="row2" value="display: none"/>
+                    <property class="policy/Content" name="row2" value="display: block"/>
+                </text>
+                <text id="row3" class="hidden">
+                    <configuration name="content_type" value="cnt2"/>
+                    <property class="#replace#/text3"/>
+                    <property class="policy/emptyContent" name="row3" value="display: none"/>
+                    <property class="policy/Content" name="row3" value="display: block"/>
+                </text>
+            </box>
+        </box>
+    </widget>
+</xmluiml>