Changeset 1911


Ignore:
Timestamp:
2011-06-29 13:22:53 (11 months ago)
Author:
jgou
Message:

Remove outdated (thus not working) daterange sample, working examples can be seen on the "date-control" sample page.
This closes #414 (other remarks are already taken care of).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/kauri-forms-sample/src/main/kauri/pages/advanced-controls.html.xml

    r1772 r1911  
    4747                  step: 1, 
    4848                  isRange: false 
    49               }, 
    50               holidayRange: { 
    51                   base:'date-control', 
    52                   yearRange:'+0:+2', 
    53                   isRange : true 
    54  
    5549              } 
    5650          } 
     
    7670      <li>A googlemaps control to show a location</li> 
    7771      <li>A slider control</li> 
    78       <li>A daterange picker</li> 
    7972    </ul> 
    8073 
     
    10598            </tr> 
    10699            <tr> 
    107               <td><label kauri-role="label" kauri-idref="holiday">Next collectively holiday</label></td> 
    108               <td><span kauri-idref="holiday" kauri-type="date-range" kauri-control="holidayRange"/></td> 
    109               <td><span kauri-idref="holiday" kauri-role="messages"/></td> 
    110             </tr> 
    111             <tr> 
    112100              <td><label kauri-role="label" kauri-idref="intrange">Average office temperature in Celcius (range)</label></td> 
    113101              <td><span kauri-idref="intrange" kauri-type="temperatureRange"/></td> 
Note: See TracChangeset for help on using the changeset viewer.