Changeset 430


Ignore:
Timestamp:
04/15/13 12:15:27 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Make dragging questions optional.

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

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/model/widgets/TabbedQuestionBrowser.js

    r428 r430  
    1515        selectedActions: null,
    1616        itemActions: null,
     17        dndType: "question",
    1718
    1819        _dataMap: null,
     
    7475                    __category: category,
    7576                    __topic: topic,
    76                     dndType: "question",
     77                    dndType: this.dndType,
    7778                    title: (topic || '[No topic]')+" ("+count+")",
    7879                    selectedActions: this.selectedActions,
  • Dev/trunk/client/qed/pages/questions.js

    r418 r430  
    1919                region: 'center',
    2020                'class': 'orange',
     21                dndType: null,
    2122                itemActions: {
    2223                    Delete: {
Note: See TracChangeset for help on using the changeset viewer.