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/pages/survey.js

    r379 r384  
    88    'rft/store',
    99    'rft/ui/_Page',
    10     'rft/ui/OrderedDndList',
     10    'rft/ui/QuestionListView',
    1111    'rft/ui/TabbedQuestionBrowser'
    1212    ],
    1313    function(array,declare,Deferred,event,lang,content,store,_Page,
    14              OrderedDndList,TabbedQuestionBrowser){
     14             QuestionListView,TabbedQuestionBrowser){
    1515        return declare('rft.pages.survey',[_Page],{
    1616            survey: null,
     
    5858            },
    5959            _setupListView: function() {
    60                 this.questionList = new OrderedDndList({
    61                     type: 'question',
     60                this.questionList = new QuestionListView({
    6261                    region: 'center'
    6362                }).placeAt(this.surveyListViewNode);
Note: See TracChangeset for help on using the changeset viewer.