Ignore:
Timestamp:
07/12/12 14:39:26 (13 years ago)
Author:
tjcschipper
Message:

Omgevingsbewustzijnde schalingsfunctie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/index.html

    r354 r358  
    4242        'dojo/query',
    4343        'dijit/registry',
    44         'rft/content'
     44        'rft/content',
     45        'dojo/domReady!'
    4546        ], function(on, query, registry, content){
     47            debugger;
    4648            registry.byId("btnSessionsCreate").on("click", function(){
    4749                content.goTo("sessions", null);
     
    5052                content.goTo("sessions", null);
    5153            });
    52            
     54
    5355            registry.byId("btnSurveys").on("click", function(){
    5456                content.goTo("surveys", null);
     
    6971
    7072        });
    71 </script>
     73    </script>
    7274</div>
Note: See TracChangeset for help on using the changeset viewer.