response:carousel

Purpose

Allows a Carousel widget to refresh its content.

Contained by

Contains

Attribute groups

Example

Replaces existing content of a Carousel widget with updated news information.

<?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: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:carousel id="myWeatherCarousel">
      <li><a href="http://www.budapest.hu">Budapest</a>: 22°C, rain and wind</li>
      <li><a href="http://www.prague-city.cz">Prague</a>: 8°C, rain</li>
    </response:carousel>
  </response:body>
</response:response>

Related topics