- Timestamp:
- 08/06/12 18:41:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/QuestionEditorToolkit.js
r389 r390 157 157 })); 158 158 this._categorySelect = new ComboBox( { 159 id: "categoriesBox",160 159 name: "categories", 161 160 store: this._categoryStore, 162 161 searchAttr: "id" 163 }, "categoriesBox");162 }, this.categoriesBoxNode); 164 163 this._supportingWidgets.push(this._categorySelect); 165 164 … … 172 171 })); 173 172 this._topicSelect = new ComboBox( { 174 id: "topicBox",175 173 name: "topic", 176 174 store: this._topicStore, 177 175 searchAttr: "id", 178 176 value: topic 179 }, "topicBox");177 }, this.topicBoxNode); 180 178 this._supportingWidgets.push(this._topicSelect); 181 179 },
Note: See TracChangeset
for help on using the changeset viewer.