Ignore:
Timestamp:
07/12/12 14:39:26 (13 years ago)
Author:
tjcschipper
Message:

Omgevingsbewustzijnde schalingsfunctie

File:
1 edited

Legend:

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

    r356 r358  
    7373                        creatorMethod: function(controller, listView, item, hint) {
    7474                                var node,
    75                                 object = controller.GetQuestion(item);
     75                                object = controller.getQuestion(item);
    7676                                if (!object) {
    7777                                        return false;
     
    100100                                                        "Info" : {
    101101                                                                callback: function(){
    102                                                                         var question = controller.GetQuestion(item);
     102                                                                        var question = controller.getQuestion(item);
    103103                                                                        console.log(question);
    104104                                                                        alert("info goes here yo!");
Note: See TracChangeset for help on using the changeset viewer.