response:tbody

Purpose

Response element for a Table widget.

Contained by

Contains

Attribute groups

Attribute

Attribute Description Type Default Options Use
total-rows-count Specifies the total number of rows in a table xs:integer     optional 

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: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="/themes/main.mthm"/>
  </response:head>
  <response:body>
    <response:tbody total-rows-count="202">
      <tr style="background-color:#000">
        <td style="border: 1px solid #442">AD</td>
        <td style="border: 1px solid #442">ANDORRA</td>
      </tr>
      <tr style="background-color:#111">
        <td style="border: 1px solid #442">AE</td>
        <td style="border: 1px solid #442">UNITED ARAB EMIRATES</td>
      </tr>
    </response:tbody>
  </response:body>
</response:response>

Related topics