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/ui/_Page.js

    r288 r292  
    1 define(['dojo/_base/declare','dojo/_base/lang','dojo/_base/array','dojo/parser',
    2     'dojo/query','dojo/dom-attr','dojo/_base/connect','dijit','dijit/_WidgetBase',
    3     'dijit/_Container','dijit/_Contained'],
    4     function(declare,lang,array,parser,query,attr,connect,dijit,_WidgetBase,_Container,_Contained){
     1define(['dojo/_base/declare','dojo/_base/lang','dojo/parser','dojo/query',
     2    'dojo/dom-attr','dijit','dijit/_WidgetBase'],
     3    function(declare,lang,parser,query,attr,dijit,_WidgetBase){
    54        return declare('rft.ui._Page',[_WidgetBase],{
    65            startup: function() {
Note: See TracChangeset for help on using the changeset viewer.