Last change
on this file was
511,
checked in by hendrikvanantwerpen, 11 years ago
|
- Added open item options to singe and multiple choice.
- Question view widgets are forms again, because we needed the control.
- Multiple and singel choice share their widgets.
- QuestionEditorPreview? now has items that were already there close,
but opens newly dropped items.
- PreviewItems? will save modified value even when we change to view
before the widget loses its focus (which causes a change event).
|
File size:
383 bytes
|
Line | |
---|
1 | <form class="${baseClass}"> |
---|
2 | <table> |
---|
3 | <thead> |
---|
4 | <tr> |
---|
5 | <th class="item"></th> |
---|
6 | <th data-dojo-attach-point="minNode" class="min"></th> |
---|
7 | <th data-dojo-attach-point="maxNode" class="max"></th> |
---|
8 | <th class="na" data-dojo-attach-point="naNode"></th> |
---|
9 | </tr> |
---|
10 | </thead> |
---|
11 | <tbody data-dojo-attach-point="itemsNode"> |
---|
12 | </tbody> |
---|
13 | </table> |
---|
14 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.