source: Dev/branches/rest-dojo-ui/client/rft/ui/QuestionWidget.html @ 281

Last change on this file since 281 was 281, checked in by hendrikvanantwerpen, 13 years ago
  • [Client] Removed local Dojo copy and pull in via svn:external.
  • [Client] Keep categories of questions in alphabetical order.
  • [Client] Added skeleton QuestionWidget? for different question types.
File size: 462 bytes
Line 
1<div>
2    <form data-dojo-type="dijit.form.Form" data-dojo-attach-point="ourForm">
3        <select data-dojo-type="dijit.form.Select" data-dojo-attach-point="typeSelector" name="type">
4            <option value="string" selected>String</option>
5            <option value="text">Text</option>
6            <option value="multipleChoice">Multiple choice</option>
7        </select>
8        <div data-dojo-attach-point="typeDetails">
9        </div>
10    </form>
11</div>
Note: See TracBrowser for help on using the repository browser.