response:progress

Purpose

Allows the Progress Bar widget to refresh the operation percentage value.

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:body>
    <response:progress>50</response:progress>
  </response:body>
</response:response>

Related topics