Changeset 358 for Dev/branches/rest-dojo-ui/client/rft/ui/SurveyListView.js
- Timestamp:
- 07/12/12 14:39:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/SurveyListView.js
r356 r358 73 73 creatorMethod: function(controller, listView, item, hint) { 74 74 var node, 75 object = controller. GetQuestion(item);75 object = controller.getQuestion(item); 76 76 if (!object) { 77 77 return false; … … 100 100 "Info" : { 101 101 callback: function(){ 102 var question = controller. GetQuestion(item);102 var question = controller.getQuestion(item); 103 103 console.log(question); 104 104 alert("info goes here yo!");
Note: See TracChangeset
for help on using the changeset viewer.