Ignore:
Timestamp:
08/15/12 18:30:58 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Added survey viewer page.

Added view.html page to view surveys. Widgets from the questions are
displayed, no answers are saved yet.

The content module is split for index.html and view.html, so viewers
cannot navigate to other pages. Widgets to pre-load are now seperated
in stddeps.js module and shared between run.js & view.js.

Location:
Dev/branches/rest-dojo-ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui

    • Property svn:ignore
      •  

        old new  
        11nbproject
         2.project
  • Dev/branches/rest-dojo-ui/client/rft/pages/survey.js

    r392 r399  
    9999            },
    100100            _onShowPreview: function() {
    101                 content.goTo('surveyAdvanced', {uid: store.getIdentity(this.survey)});
     101                content.goTo('previewSurvey', {uid: store.getIdentity(this.survey)});
    102102            }
    103103        });
Note: See TracChangeset for help on using the changeset viewer.