Last change
on this file since 439 was
417,
checked in by hendrikvanantwerpen, 12 years ago
|
Put all model dependent code in one place. More separation of general and domain code.
|
File size:
461 bytes
|
Line | |
---|
1 | define([ |
---|
2 | 'dojo/_base/declare', |
---|
3 | 'dijit/_Container', |
---|
4 | 'dijit/_WidgetBase', |
---|
5 | 'dijit/_TemplatedMixin', |
---|
6 | 'dijit/_WidgetsInTemplateMixin', |
---|
7 | 'dojo/text!./templates/SurveyFieldset.html' |
---|
8 | ],function(declare,_Container,_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin,template){ |
---|
9 | return declare([_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin,_Container],{ |
---|
10 | templateString: template, |
---|
11 | baseClass: "rftSurveyFieldset" |
---|
12 | }); |
---|
13 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.