source: Dev/branches/rest-dojo-ui/client/rft/pages/questions.html @ 374

Last change on this file since 374 was 370, checked in by hendrikvanantwerpen, 13 years ago

Seperated question browser in TabbedQuestionBrowser? widget.
Made configuring Selector actions more flexible (both for top actions and item actions).
Fixed lowercase/uppercase problem in SurveyListView?.
Fixed whitespace and toolyip in LineWithActionsWidget?.
Added question browser to questions page. Removed the old dialog that was there and redirect to questionEditor page.

File size: 929 bytes
Line 
1<div data-dojo-type="rft.pages.questions" class="blue">
2    <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="height: 500px;">
3
4        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'">
5            <h2>
6                <span class="rftIcon rftIconQuestion"></span>
7                <span class="headerText">Questions</span>
8            </h2>
9        </div>
10       
11        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'">
12            <div data-rft-attach-point="questionBrowser"></div>
13        </div>
14
15        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom'">
16            <div data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onNewQuestion" data-dojo-props="baseClass: 'rftLargeButton', iconClass:'rftIcon rftIconQuestion'">New question</div>
17        </div>
18
19    </div>
20</div>
Note: See TracBrowser for help on using the repository browser.