Last change
on this file since 257 was
257,
checked in by hendrikvanantwerpen, 13 years ago
|
Changed hashtag to hashbang syntax and allow parameters to be passed to pages.
Added simple session page that dumps retrieved session in page content.
|
File size:
224 bytes
|
Line | |
---|
1 | define(['dojo/_base/declare','dijit/_WidgetBase','dijit/_Container'], |
---|
2 | function(declare,_WidgetBase,_Container){ |
---|
3 | return declare('rft.ui.Page',[_WidgetBase,_Container],{ |
---|
4 | init: function(args){ |
---|
5 | } |
---|
6 | }); |
---|
7 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.