0
|
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 |
<text id="txt1">
|
|
19 |
<configuration name="content_type" value="cnt1"/>
|
|
20 |
<property class="#replace#/text1"/>
|
|
21 |
</text>
|
|
22 |
<text id="txt2" class="hidden">
|
|
23 |
<configuration name="content_type" value="cnt2"/>
|
|
24 |
<property class="#replace#/text2"/>
|
|
25 |
<property class="policy/emptyContent" name="txt2" value="display: none"/>
|
|
26 |
<property class="policy/Content" name="txt2" value="display: block"/>
|
|
27 |
</text>
|
|
28 |
<text id="txt3" class="hidden">
|
|
29 |
<configuration name="content_type" value="cnt3"/>
|
|
30 |
<property class="#replace#/text3"/>
|
|
31 |
<property class="policy/emptyContent" name="txt3" value="display: none"/>
|
|
32 |
<property class="policy/Content" name="txt3" value="display: block"/>
|
|
33 |
</text>
|
|
34 |
</box>
|
|
35 |
</widget>
|
|
36 |
</xmluiml>
|