Ignore:
Timestamp:
11/24/12 18:13:18 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Small issues for db name, widgets, startup.

Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.

File:
1 edited

Legend:

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

    r407 r414  
    6262                this.innerWidget.set('readOnly',true);
    6363            }
    64             this.titleNode.innerHTML = (this.item.code||"(no code)")+" : "+this.item.type+" [preview]";
     64            this.titleNode.innerHTML = this.item.type+" [preview]";
    6565        },
    6666        _showEditWidget: function() {
     
    7171                this.innerWidget.startup();
    7272            }
    73             this.titleNode.innerHTML = (this.item.code||"(no code)")+" : "+this.item.type+" [editing]";
     73            this.titleNode.innerHTML = this.item.type+" [editing]";
    7474        },
    7575        onClose: function() {},
Note: See TracChangeset for help on using the changeset viewer.