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

Last change on this file was 525, checked in by hendrikvanantwerpen, 11 years ago
  • Allow empty subcodes.
  • Use HTTPResult exclusively on server (no more q).
  • Set readonly & disabled on ourselves as well in _ComplexValueMixin
  • Split server into several modules.
  • Check codes on the variable level, not question level.
  • We can add modules in design documents now.
File size: 611 bytes
Line 
1<form class="${baseClass}">
2  <div>
3    <label class="qedLabel" for="subcode">Subcode</label>
4    <div class="qedField subcode"
5         data-dojo-attach-point="subcodeBox"
6         data-dojo-type="dijit/form/ValidationTextBox"
7         data-dojo-props="placeholder: 'Subcode'"
8         name="subcode"></div>
9  </div>
10  <div>
11    <label class="qedLabel" for="text">Item/Question Text</label>
12    <div class="qedField"
13         data-dojo-attach-point="textBox"
14         data-dojo-type="dijit/form/TextBox"
15         data-dojo-props="placeholder: 'Item/Question Text'"
16         name="text"></div>
17  </div>
18</form>
Note: See TracBrowser for help on using the repository browser.