Ignore:
Timestamp:
07/20/12 11:54:11 (13 years ago)
Author:
jkraaijeveld
Message:

Now shows e-mails in the account: field in a session on the session page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/survey.js

    r363 r369  
    3333                    throw "No valid uid or survey passed!";
    3434                }
     35            },
     36            onProperties: function(evt) {
     37
     38            },
     39            onSave: function(evt) {
     40//                lang.mixin(this.object, this.propertiesForm.get('value'));
     41                store.put(this.object)
     42                .then(function() {
     43                    content.goTo('surveys');
     44                });
     45                event.stop(evt);
     46                return false;
    3547            },
    3648            _goToPreview: function() {
     
    101113            /* ListView code */
    102114            includeQuestion: function(question) {
    103                 this.listView.insertItem(question);
     115                var item = this.listView.insertItem(question);
    104116            },
    105117            _setupListView: function() {
Note: See TracChangeset for help on using the changeset viewer.