response:tab

Purpose

Response element for a Tabs widget.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<response:response xmlns="http://www.w3.org/2002/06/xhtml2"
  xmlns:response="http://www.volantis.com/xmlns/2006/05/widget/response">
  <response:head/>
  <response:body>
    <response:tab>
      <p>This content was updated by the Ajax request</p>
    </response:tab>
  </response:body>
</response:response>

Related topics