Ignore:
Timestamp:
07/29/12 00:03:52 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • Cleanup of the differen ListViews?, List & OrderedList?. Based QuestionListView? on these base classes as well. Removed duplicate code.
  • Destroy busy indicator of TabbedQuestionBrowser? (because it's placed outside of the widgets DOM tree, this is not done automatically).
  • Use dojo/date/stamp module for uniform and parsable date formatting.
  • Added docs/ directory for database format documentation etc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/TabbedQuestionBrowser.js

    r382 r384  
    7777                    };
    7878                    this._fillTopicSelector(topic,category);
    79                     w.on('include',lang.hitch(this,this.onSelect));
    8079                }
    8180            },
     
    107106                    }
    108107                } else {
    109                     console.warn('Busycount <= 0 when _done is called.');
     108                    console.warn('_done() was called more times than _busy().');
    110109                }
    111110            },
    112             onSelect: function(question) {}
     111            destroy: function() {
     112                this._busyWidget.destroyRecursive();
     113                this.inherited(arguments);
     114            }
    113115        });
    114116    });
Note: See TracChangeset for help on using the changeset viewer.