Last change
on this file since 441 was
441,
checked in by hendrikvanantwerpen, 12 years ago
|
Big cleanup of the question content.
- Replaced old list implementations with a new one that behaves like a form widget.
- All question content is now in separate widgets, not in the factory itself.
- Added form and widget validation for question editing.
|
File size:
1.1 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>
|
---|
Note: See
TracBrowser
for help on using the repository browser.