Last change
on this file since 426 was
414,
checked in by hendrikvanantwerpen, 12 years ago
|
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 size:
369 bytes
|
Line | |
---|
1 | define([ |
---|
2 | 'dojo/_base/declare', |
---|
3 | 'dijit/_WidgetBase', |
---|
4 | 'dijit/_TemplatedMixin', |
---|
5 | 'dijit/_WidgetsInTemplateMixin', |
---|
6 | 'dojo/text!./templates/MainMenu.html' |
---|
7 | ],function(declare,_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin,template){ |
---|
8 | return declare([_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin],{ |
---|
9 | templateString: template |
---|
10 | }); |
---|
11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.