Ignore:
Timestamp:
03/13/14 00:44:08 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/css/model/widgets/MultipleChoiceWidget.less

    r508 r511  
    1 #rft.claro .qedMultipleChoiceWidget {
    2     .subcode {
    3         &.dijitTextBox {
     1#rft.claro {
     2    .qedMultipleChoiceWidget {
     3        .openItem {
     4            margin-left: 2em;
     5        }
     6    }
     7    .qedMultipleChoiceConfigWidget {
     8        .subcode {
    49            width: 4em;
    510        }
Note: See TracChangeset for help on using the changeset viewer.