response:folding-item

Purpose

Allows a Folding Item widget to load its content.

Contained by

Attribute groups

Example

<?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:folding-item>
      <div>Weather conditions in <a href="http://www.wien.gv.at/">Vienna</a>: 22°C,
        chance of thunderstorms</div>
    </response:folding-item>
  </response:body>
</response:response>

Related topics