Ignore:
Timestamp:
09/03/12 18:14:37 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Lots of small fixes.

Make it possible to read survey answers (when a question code is
provided), it is now displayed in place of the survey. More to come.

Some whitespace fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/viewSurvey.html

    r399 r406  
    1010       
    1111        <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'" data-rft-attach-point="questionsPane">
     12            <form data-dojo-type="dijit.form.Form" data-rft-attach-point="questionsForm"
     13                  data-rft-attach-event="onSubmit:_onSubmit"
     14                  style="overflow: auto">
     15                <div data-rft-attach-point="questionsAnchor"></div>
     16            </form>
    1217        </div>
    1318       
Note: See TracChangeset for help on using the changeset viewer.