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

Last change on this file was 511, checked in by hendrikvanantwerpen, 11 years ago
  • Added open item options to singe and multiple choice.
  • Question view widgets are forms again, because we needed the control.
  • Multiple and singel choice share their widgets.
  • QuestionEditorPreview? now has items that were already there close, but opens newly dropped items.
  • PreviewItems? will save modified value even when we change to view before the widget loses its focus (which causes a change event).
File size: 186 bytes
Line 
1<form>
2  <p>${text}</p>
3  <div class="qedField"
4       data-dojo-attach-point="numberBox"
5       data-dojo-type="dijit/form/NumberTextBox"
6       name="${code}${subcode}"></div>
7</form>
Note: See TracBrowser for help on using the repository browser.