Ignore:
Timestamp:
04/29/13 19:35:10 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Big cleanup of the question content.

  • Replaced old list implementations with a new one that behaves like a form widget.
  • All question content is now in separate widgets, not in the factory itself.
  • Added form and widget validation for question editing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/store.js

    r420 r441  
    99   
    1010    var couchStore = new CouchStore({
    11         target: 'data/couch/',
     11        target: 'data/couch/' /*,
    1212        validate: function(object) {
    1313            var result = jsonSchema.validate(object,schema);
     
    1818                return false;
    1919            }
    20         }
     20        }*/
    2121    });
    2222    var memoryStore = new Memory({
Note: See TracChangeset for help on using the changeset viewer.