Last change
on this file since 513 was
478,
checked in by hendrikvanantwerpen, 12 years ago
|
Changes for response submission & deletion.
|
File size:
1.4 KB
|
Line | |
---|
1 | <div class="blue"> |
---|
2 | |
---|
3 | <div data-dojo-type="dijit/layout/ContentPane" |
---|
4 | data-dojo-props="region:'top'"> |
---|
5 | <h2> |
---|
6 | <span class="rftIcon rftIconSurvey"></span> |
---|
7 | <span class="headerText" data-dojo-attach-point="titleNode">Survey</span> |
---|
8 | </h2> |
---|
9 | <div data-dojo-attach-point="infoNode"></div> |
---|
10 | </div> |
---|
11 | |
---|
12 | <div data-dojo-type="dijit/layout/ContentPane" |
---|
13 | data-dojo-props="region:'center'" data-dojo-attach-point="content"> |
---|
14 | <div name="answers" |
---|
15 | data-dojo-type="../model/widgets/SurveyRenderWidget" |
---|
16 | data-dojo-attach-point="surveyWidget"></div> |
---|
17 | </div> |
---|
18 | |
---|
19 | |
---|
20 | <div data-dojo-type="dijit/layout/ContentPane" |
---|
21 | data-dojo-props="region:'bottom'"> |
---|
22 | <button data-dojo-type="dijit/form/Button" |
---|
23 | type="submit" |
---|
24 | data-dojo-attach-point="submitButton" |
---|
25 | data-dojo-attach-event="onClick:_onSubmit"> |
---|
26 | Submit</button> |
---|
27 | <button data-dojo-type="dijit/form/Button" |
---|
28 | type="button" |
---|
29 | data-dojo-attach-point="continueButton" |
---|
30 | data-dojo-attach-event="onClick:_onContinueLater"> |
---|
31 | Save & Continue later</button> |
---|
32 | <button data-dojo-type="dijit/form/Button" |
---|
33 | type="button" |
---|
34 | data-dojo-attach-point="cancelButton" |
---|
35 | data-dojo-attach-event="onClick:_onCancel"> |
---|
36 | Cancel & Delete</button> |
---|
37 | </div> |
---|
38 | |
---|
39 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.