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:
455 bytes
|
Line | |
---|
1 | <form> |
---|
2 | <div data-dojo-type="dijit/form/ValidationTextBox" |
---|
3 | data-dojo-props="required: true, placeholder: '${_valueOrSubcodeName}'" |
---|
4 | class="subcode" |
---|
5 | name="${_valueOrSubcode}"></div> |
---|
6 | <div data-dojo-type="dijit/form/ValidationTextBox" |
---|
7 | data-dojo-props="required: true, placeholder: 'Item text'" |
---|
8 | name="text"></div> |
---|
9 | <div data-dojo-type="dijit/form/Button" |
---|
10 | data-dojo-attach-event="onClick:onDestroy">X</div> |
---|
11 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.