- Timestamp:
- 07/26/12 16:03:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/QuestionEditorToolkit.js
r377 r378 135 135 label: "Header", 136 136 objectData: { 137 _id: null, 138 type: "HeaderItem", 139 widgetProps: {} 137 widgetType: "Header", 140 138 }, 141 139 icon: "Header" … … 144 142 label: "Text", 145 143 objectData: { 146 _id: null, 147 type: "TextItem", 148 widgetProps: {} 144 widgetType: "Text", 149 145 }, 150 146 icon: "TextBox" … … 153 149 label: "Image", 154 150 objectData: { 155 _id: null, 156 widgetType: "rft.surveyContent.ImageDialog", 157 widgetProps: {} 151 widgetType: "Image", 158 152 }, 159 153 icon: "Image" … … 162 156 label: "External media", 163 157 objectData: { 164 _id: null, 165 widgetType: "rft.surveyContent.ExternalDialog", 166 widgetProps: {} 158 widgetType: "ExternalMedia", 167 159 }, 168 160 icon: "External" … … 171 163 label: "Divider", 172 164 objectData: { 173 _id: null, 174 widgetType: "rft.surveyContent.Divider", 175 widgetProps: {} 165 widgetType: "Divider", 176 166 }, 177 167 icon: "Divider" … … 184 174 label: "Free text", 185 175 objectData: { 186 _id: null, 187 widgetType: "rft.surveyContent.TextInput", 188 widgetProps: {} 176 widgetType: "FreeTextInput", 189 177 }, 190 178 icon: "Text" … … 194 182 objectData: { 195 183 _id: null, 196 widgetType: " rft.surveyContent.IntegerInput",184 widgetType: "IntegerInput", 197 185 widgetProps: {} 198 186 }, … … 203 191 objectData: { 204 192 _id: null, 205 widgetType: " rft.surveyContent.ScaleInput",193 widgetType: "ScaleInput", 206 194 widgetProps: {} 207 195 }, … … 212 200 objectData: { 213 201 _id: null, 214 widgetType: " rft.surveyContent.CardsInput",202 widgetType: "CardsInput", 215 203 widgetProps: {} 216 204 }, … … 221 209 objectData: { 222 210 _id: null, 223 widgetType: " rft.surveyContent.MultipleChoiceInput",211 widgetType: "MultipleChoiceInput", 224 212 widgetProps: {} 225 213 },
Note: See TracChangeset
for help on using the changeset viewer.