Last change
on this file since 371 was
366,
checked in by tjcschipper, 13 years ago
|
- AdaptiveForm? really isn't anything yet, but it's supposed to become a way to encapsulate forms that add/remove inputs based on other input's (selected) values.
- Created a skeleton for the question editor. It's almost an exact copy of SurveyAdvanced?.
|
File size:
1.2 KB
|
Line | |
---|
1 | <div data-dojo-type="rft.pages.question" class="orange">
|
---|
2 | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="height: 500px;">
|
---|
3 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'">
|
---|
4 | <h2>
|
---|
5 | <span class="rftIcon rftIconSurvey"></span>
|
---|
6 | <span class="headerText">Question 123 [Editing]</span>
|
---|
7 | </h2>
|
---|
8 | </div>
|
---|
9 | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'left', design:'headline'" style="width: 300px;">
|
---|
10 |
|
---|
11 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
|
---|
12 | <div id="QuestionEditorToolkit"></div>
|
---|
13 | </div>
|
---|
14 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom'">
|
---|
15 | <button id="btnDiscard" data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconCancel'">Discard</button>
|
---|
16 | <button id="btnSave" data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconAccept'">Save and exit</button>
|
---|
17 | </div>
|
---|
18 | </div>
|
---|
19 | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
|
---|
20 | <div id="QuestionEditorPreview">
|
---|
21 |
|
---|
22 | </div>
|
---|
23 | </div>
|
---|
24 | </div>
|
---|
25 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.