Changeset 358 for Dev/branches/rest-dojo-ui/client/rft/pages/index.html
- Timestamp:
- 07/12/12 14:39:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/index.html
r354 r358 42 42 'dojo/query', 43 43 'dijit/registry', 44 'rft/content' 44 'rft/content', 45 'dojo/domReady!' 45 46 ], function(on, query, registry, content){ 47 debugger; 46 48 registry.byId("btnSessionsCreate").on("click", function(){ 47 49 content.goTo("sessions", null); … … 50 52 content.goTo("sessions", null); 51 53 }); 52 54 53 55 registry.byId("btnSurveys").on("click", function(){ 54 56 content.goTo("surveys", null); … … 69 71 70 72 }); 71 </script>73 </script> 72 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.