Ignore:
Timestamp:
02/28/12 16:19:52 (13 years ago)
Author:
hendrikvanantwerpen
Message:

[Client] Added surveys list and survey details skeleton pages.
[Client] Changed method of passing parameters to pages. This still feels clumsy, because we're working against Dojo a bit with this.
[Server] Integrated REST resources for collections and objects, since they shared more than they differed.

File:
1 edited

Legend:

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

    r288 r292  
    2020    'dijit/form/Button',
    2121    'dijit/form/Textarea',
     22    'dijit/form/SimpleTextarea',
    2223    'dijit/form/ComboBox',
    2324    'dijit/form/Select',
     
    3132   
    3233    // pages -> load dynamically?
    33     'rft/pages/questions'],
     34    'rft/pages/questions',
     35    'rft/pages/surveys',
     36    'rft/pages/survey',
     37    ],
    3438    function(win,parser,LoginDialog,dom,connect,auth,content) {
    3539        parser.parse();
Note: See TracChangeset for help on using the changeset viewer.