source: Dev/branches/rest-dojo-ui/client/rft/ui/templates/MultipleChoiceWidget.html @ 303

Last change on this file since 303 was 288, checked in by hendrikvanantwerpen, 13 years ago

[Client] MultipleChoiceWidget? for editing multiple choice questions
[Client] Move templates to separate directories.
[Client] Created QuestionWidget? to edit complete questions.
[Client] Fixed startup race condition where parsing was started before all classes were loaded.

File size: 385 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-attach-point="rows">
3        <tr><td>a</td>
4    </div>
5    <div data-dojo-attach-point="buttons" class="row">
6        <div><span class="rowBox"/><span class="rowText"/><span class="rowBtn"/><button data-dojo-type="dijit.form.Button" type="button" data-dojo-attach-event="onClick:_onAddRow" class="rowBtn">+</button></div>
7    </div>
8</div>
Note: See TracBrowser for help on using the repository browser.