Last change
on this file since 443 was
443,
checked in by hendrikvanantwerpen, 12 years ago
|
Reorganized for Node --- the SVN gods hate us all!
Lost all historical info on moved files, because SVN is a f *.
Also we have Node now, serving both the static content and forwarding
database requests.
|
File size:
1.1 KB
|
Line | |
---|
1 | define([ |
---|
2 | // dijit & rft widgets used declaratively in templates |
---|
3 | 'dijit/Dialog', |
---|
4 | 'dijit/DropDownMenu', |
---|
5 | 'dijit/InlineEditBox', |
---|
6 | 'dijit/MenuBar', |
---|
7 | 'dijit/MenuBarItem', |
---|
8 | 'dijit/PopupMenuBarItem', |
---|
9 | 'dijit/TitlePane', |
---|
10 | 'dijit/layout/AccordionContainer', |
---|
11 | 'dijit/layout/BorderContainer', |
---|
12 | 'dijit/layout/ContentPane', |
---|
13 | 'dijit/layout/TabContainer', |
---|
14 | 'dijit/form/Button', |
---|
15 | 'dijit/form/ComboBox', |
---|
16 | 'dijit/form/DateTextBox', |
---|
17 | 'dijit/form/Form', |
---|
18 | 'dijit/form/NumberSpinner', |
---|
19 | 'dijit/form/Select', |
---|
20 | 'dijit/form/SimpleTextarea', |
---|
21 | 'dijit/form/Textarea', |
---|
22 | 'dijit/form/TextBox', |
---|
23 | 'dijit/form/TimeTextBox', |
---|
24 | |
---|
25 | 'dojox/grid/DataGrid', |
---|
26 | |
---|
27 | './app/Notifications', |
---|
28 | |
---|
29 | './model/widgets/AccountListView', |
---|
30 | './model/widgets/SurveyFieldset', |
---|
31 | './model/widgets/SurveyRunFieldset', |
---|
32 | './model/widgets/SurveySummary', |
---|
33 | './model/widgets/SurveyWidget', |
---|
34 | |
---|
35 | './ui/MainMenu', |
---|
36 | './ui/MenuBarLink', |
---|
37 | './ui/MenuLink', |
---|
38 | |
---|
39 | './widgets/LineWithActionsWidget', |
---|
40 | './widgets/ObjectBox', |
---|
41 | './widgets/Selector', |
---|
42 | './widgets/TitleGroup' |
---|
43 | ],function(){}); |
---|
Note: See
TracBrowser
for help on using the repository browser.