Ignore:
Timestamp:
04/10/13 16:30:06 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Display content elements on their own line.
Use className iso 'class' in node creation.
Added required version field to package.json.

Location:
Dev/trunk/client/qed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed

    • Property svn:ignore set to
      node_modules
  • Dev/trunk/client/qed/model/widgets/QuestionEditorToolkit.js

    r426 r427  
    114114                    label: this._labelMap[item.type] || item.type,
    115115                    showLabel: true,
    116                     'class': "newline"
     116                    style: "display: block"
    117117                });
    118118                node = w.domNode;
Note: See TracChangeset for help on using the changeset viewer.