source: Dev/branches/rest-dojo-ui/client/rft/widgets/templates/DateTimeTextBox.html @ 417

Last change on this file since 417 was 415, checked in by hendrikvanantwerpen, 12 years ago

Support data validation and increase dendency separation.

Added json-schema validation before documents are saved. Acts both as
a safe-guard and as a reference of the data model.

Added directory for server related material. For now it contains scripts
to configure CouchDB and check validity of documents against the schema.

Started separating out parts that depend on the data model from parts
that do not.

File size: 211 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-type="dijit/form/DateTextBox" data-dojo-attach-point="dateBox"></div>
3    <div data-dojo-type="dijit/form/TimeTextBox" data-dojo-attach-point="timeBox"></div>
4</div>
Note: See TracBrowser for help on using the repository browser.