source: Dev/trunk/src/client/qed-client/model/widgets/questions/templates/TextConfigWidget.html

Last change on this file was 510, checked in by hendrikvanantwerpen, 11 years ago
  • Factored out general object mapping and iteration.
  • Split widgets for multiplechoice and singlechoice.
  • Restored readOnly/disabled setting for QuestionEditorPreviewItem? on innerWidget (since view innerWidget is not a form anymore, we cannot just set it on that, we iterate over all form children now).
File size: 224 bytes
Line 
1<form>
2  <label for="text" class="qedLabel">Text</label>
3  <textarea class="qedField"
4            data-dojo-type="dijit/form/Textarea"
5            data-dojo-props="required: true"
6            name="text"></textarea>
7</form>
Note: See TracBrowser for help on using the repository browser.