Changeset 428 for Dev/trunk/client/qed/model/widgets
- Timestamp:
- 04/10/13 20:08:44 (12 years ago)
- Location:
- Dev/trunk/client/qed/model/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/client/qed/model/widgets/QuestionEditorToolkit.js
r427 r428 118 118 node = w.domNode; 119 119 } 120 return {node: node, data: item, type: ["questionContent"]}; 120 return { 121 node: node, 122 data: item, 123 type: ["questionContent"] 124 }; 121 125 }, 122 126 _setupListView: function() { -
Dev/trunk/client/qed/model/widgets/TabbedQuestionBrowser.js
r417 r428 7 7 'dojox/widget/Standby', 8 8 '../../store', 9 '../../widgets/Selector', 10 'dojo/domReady!' 9 '../../widgets/Selector' 11 10 ],function(declare,lang,win,ContentPane,TabContainer,Standby,store,Selector){ 12 11 return declare([TabContainer],{ … … 75 74 __category: category, 76 75 __topic: topic, 76 dndType: "question", 77 77 title: (topic || '[No topic]')+" ("+count+")", 78 78 selectedActions: this.selectedActions,
Note: See TracChangeset
for help on using the changeset viewer.