Ignore:
Timestamp:
04/10/13 20:08:44 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Allow Selector to be a drag source.

File:
1 edited

Legend:

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

    r417 r428  
    77    'dojox/widget/Standby',
    88    '../../store',
    9     '../../widgets/Selector',
    10     'dojo/domReady!'
     9    '../../widgets/Selector'
    1110],function(declare,lang,win,ContentPane,TabContainer,Standby,store,Selector){
    1211    return declare([TabContainer],{
     
    7574                    __category: category,
    7675                    __topic: topic,
     76                    dndType: "question",
    7777                    title: (topic || '[No topic]')+" ("+count+")",
    7878                    selectedActions: this.selectedActions,
Note: See TracChangeset for help on using the changeset viewer.