Last change
on this file since 417 was
417,
checked in by hendrikvanantwerpen, 12 years ago
|
Put all model dependent code in one place. More separation of general and domain code.
|
File size:
1.1 KB
|
Line | |
---|
1 | <div class="blue"> |
---|
2 | |
---|
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" data-dojo-attach-point="titleNode">Survey</span> |
---|
7 | </h2> |
---|
8 | </div> |
---|
9 | |
---|
10 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'" data-dojo-attach-point="questionsPane"> |
---|
11 | <form data-dojo-type="dijit/form/Form" data-dojo-attach-point="questionsForm" |
---|
12 | data-dojo-attach-event="onSubmit:_onSubmit" |
---|
13 | style="overflow: auto"> |
---|
14 | <div data-dojo-attach-point="questionsAnchor"></div> |
---|
15 | </form> |
---|
16 | </div> |
---|
17 | |
---|
18 | <div data-dojo-attach-point="buttonsPane" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'"> |
---|
19 | <button data-dojo-type="dijit/form/Button" |
---|
20 | type="submit" |
---|
21 | data-dojo-attach-event="onClick:_onSubmit"> |
---|
22 | Submit</button> |
---|
23 | <button data-dojo-type="dijit/form/Button" |
---|
24 | type="button" |
---|
25 | data-dojo-attach-event="onClick:_onCancel"> |
---|
26 | Cancel</button> |
---|
27 | </div> |
---|
28 | |
---|
29 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.