Changeset 347 for Dev/branches/rest-dojo-ui/client/rft/run.js
- Timestamp:
- 06/24/12 16:25:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/run.js
r311 r347 8 8 'dojo/data/ObjectStore', 9 9 'dojo/store/JsonRest', 10 'dijit/InlineEditBox', 10 11 'dijit/MenuBar', 11 12 'dijit/MenuBarItem', … … 13 14 'dijit/DropDownMenu', 14 15 'dijit/TitlePane', 16 'dijit/layout/BorderContainer', 15 17 'dijit/layout/ContentPane', 16 18 'dijit/layout/TabContainer', 17 19 'dijit/layout/AccordionContainer', 20 'dijit/form/DateTextBox', 18 21 'dijit/form/Form', 19 22 'dijit/form/TextBox', … … 25 28 'dojox/grid/DataGrid', 26 29 'dojox/widget/TitleGroup', 30 'rft/ui/List', 27 31 'rft/ui/MainMenu', 28 32 'rft/ui/MenuBarLink', … … 32 36 'rft/ui/QuestionWidget', 33 37 'rft/ui/TitleGroup', 38 39 // Thijs mods, to be merged 40 'rft/ui/SelectorThijs', 41 'rft/ui/LineWithActionsWidgetThijs', 34 42 35 43 // pages -> load dynamically? … … 56 64 57 65 }); 66 67 function goToPage(page) { 68 throw "Obsolete navigation to "+page; 69 }
Note: See TracChangeset
for help on using the changeset viewer.