response:date-picker

Purpose

Sets the Date Picker widget properties via AJAX.

Note:

All the attributes must specify a date in the standard ISO format: yyyy-mm-dd.

Contained by

Attribute groups

Attributes

Attribute Description Type Default Options Use
current-date Specifies a current date xs:string     optional 
range-end Defines an ending date xs:string     optional 
range-start Defines a starting date xs:string     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:response="http://www.volantis.com/xmlns/2006/05/widget/response">
  <response:head/>
  <response:body>
    <response:date-picker range-start="2000-01-01" range-end="2010-12-31" current-date="2007-01-01"/>
  </response:body>
</response:response>

Related topics