idlehomescreen/examples/carouselwidgetexample/widget/xuikon/00/appstripe.xml
author jake
Mon, 02 Aug 2010 12:02:47 +0300
branchRCL_3
changeset 70 d12a7ea0f775
permissions -rw-r--r--
Example applications for various Homescreen APIs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
70
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     2
<!-- <!DOCTYPE xmluiml SYSTEM "AI3_Demo.dtd"> -->
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     3
<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">   
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     4
    <widget _s60-swipe-destination="none">
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     5
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     6
        <!-- Data plugin(s) in this widget -->
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     7
        <contentsource id="Appstripe" name="Appstripe" value="0xE001CB58"/>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     8
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     9
        <carousel id="Carousel" focusable="true" _s60-focus-appearance="none" _s60-initial-focus="1">
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    10
          <data id="stripe">
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    11
            <property class="Appstripe/widget"/>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    12
          </data>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    13
        </carousel>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    14
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    15
    <menuextension>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    16
      <menuitem target="hs_widget_menuitem_settings">
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    17
        <actions>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    18
          <action>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    19
            <trigger name="activate"/>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    20
            <event name="Appstripe/ShowSettings"/>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
          </action>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    22
        </actions>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    23
      </menuitem>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
    </menuextension>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
    </widget>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
</xmluiml>