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

Last change on this file was 506, checked in by hendrikvanantwerpen, 11 years ago
  • Added subcodes to schema and config widgets.
  • Disallow empty strings in schema and strip objects before sending them to the server.
  • Finally managed proper change events in lists and complexvalues.
File size: 223 bytes
Line 
1<form>
2  <label for="text" class="qedLabel">Text</label>
3  <div class="qedField" data-dojo-type="dijit/form/ValidationTextBox"
4       data-dojo-props="'required': true, placeHolder:'Text'"
5       name="text"></div>
6</form>
Note: See TracBrowser for help on using the repository browser.