source: Dev/branches/rest-dojo-ui/client/rft/pages/question.html @ 384

Last change on this file since 384 was 377, checked in by jkraaijeveld, 13 years ago

QuestionEditorToolkit? now uses a TitleGroup? rather than an AccordionContainer? - they do the same but the TitlePanes? scales automatically (which was required for the list of categories of a question).

There still needs to be done some .css for this TitleGroup? stuff, but I'm not booking much progress on that.

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                        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
11                                <div id="QuestionEditorToolkit"></div>
12                        </div>
13                        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'">
14                                <button id="btnDiscard" data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconCancel'">Discard</button>
15                                <button id="btnSave" data-dojo-type="dijit.form.Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconAccept'">Save and exit</button>
16                        </div>
17                </div>
18                <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
19                        <div id="QuestionEditorPreview">
20                               
21                        </div>
22                </div>
23        </div>
24</div>
Note: See TracBrowser for help on using the repository browser.