]> err.no Git - sope/blob - skyrix-sope/samples/WOxExtTest/DateField.wox
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-sope / samples / WOxExtTest / DateField.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <var:component className="Frame" title="name" 
4            xmlns="http://www.w3.org/1999/xhtml"
5            xmlns:var="http://www.skyrix.com/od/binding"
6            xmlns:const="http://www.skyrix.com/od/constant">
7   <form var:action="self">
8     <var:date-field year="year" month="month" day="day" const:format="%Y-%m-%d"/>
9     <var:date-field date="date" const:format="%Y-%m-%d"/>
10     <input type="submit" value="apply"/>
11   </form>
12 </var:component>