Allows a Deck widget to load its content from an external source.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
total-pages-count | Specifies the total number of available pages | xs:integer | required |
<?xml version="1.0" encoding="UTF-8"?>
<response:response xmlns="http://www.w3.org/2002/06/xhtml2"
xmlns:mcs="http://www.volantis.com/xmlns/2006/01/xdime/mcs"
xmlns:widget="http://www.volantis.com/xmlns/2006/05/widget"
xmlns:response="http://www.volantis.com/xmlns/2006/05/widget/response" >
<response:head>
<response:link rel="mcs:theme" href="/main.mthm"/>
</response:head>
<response:body>
<response:deck total-pages-count="14">
<widget:deck-page>Page 1</widget:deck-page>
<widget:deck-page>Page 2</widget:deck-page>
<widget:deck-page>Page 3</widget:deck-page>
</response:deck>
</response:body>
</response:response>