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

Last change on this file since 349 was 311, checked in by hendrikvanantwerpen, 13 years ago

[Client] Use toaster to show errors from server
[Client] Create widget for mainmenu, cleaner loading of index.html now.
[Server] Renamed answerset datetime to more meaningful creationdate

File size: 362 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-attach-point="rows">
3    </div>
4    <div data-dojo-attach-point="buttons" class="row">
5        <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>
6    </div>
7</div>
Note: See TracBrowser for help on using the repository browser.