Last change
on this file since 415 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:
1.3 KB
|
Line | |
---|
1 | <div class="orange">
|
---|
2 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
|
---|
3 | <h2>
|
---|
4 | <span class="rftIcon rftIconSurvey"></span>
|
---|
5 | <span class="headerText"><span data-dojo-attach-point="titleNode">Question title</span> [Editing]</span>
|
---|
6 | </h2>
|
---|
7 | </div>
|
---|
8 | <div data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'left', design:'headline'" style="width: 300px;">
|
---|
9 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
|
---|
10 | <div data-dojo-attach-point="QuestionEditorToolkitNode"></div>
|
---|
11 | </div>
|
---|
12 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
|
---|
13 | <button data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconCancel'" data-dojo-attach-event="onClick:_onDiscard">Discard</button>
|
---|
14 | <button data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconAccept'" data-dojo-attach-event="onClick:_onSave">Save and exit</button>
|
---|
15 | </div>
|
---|
16 | </div>
|
---|
17 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
|
---|
18 | <div data-dojo-attach-point="QuestionEditorPreviewNode"></div>
|
---|
19 | </div>
|
---|
20 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.