Ignore:
Timestamp:
03/11/14 22:45:58 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Added subcodes to schema and config widgets.
  • Disallow empty strings in schema and strip objects before sending them to the server.
  • Finally managed proper change events in lists and complexvalues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/response.js

    r490 r506  
    33    "./app/Page",
    44    "./app/Path",
    5     "./lib/async",
    65    "./model/classes/responses",
    76    "./model/classes/surveyRuns",
     
    1514    "./stddeps",
    1615    "dojo/domReady!"
    17 ], function(Content, Page, Path, async, responses, surveyRuns, ResponsePage, json, date, locale, hash, parser, request) {
     16], function(Content, Page, Path, responses, surveyRuns, ResponsePage, json, date, locale, hash, parser, request) {
    1817    parser.parse();
    1918    Content.startup();
Note: See TracChangeset for help on using the changeset viewer.