Last change
on this file since 443 was
443,
checked in by hendrikvanantwerpen, 12 years ago
|
Reorganized for Node --- the SVN gods hate us all!
Lost all historical info on moved files, because SVN is a f *.
Also we have Node now, serving both the static content and forwarding
database requests.
|
File size:
467 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "../../../widgets/_ComplexValueWidget", |
---|
3 | "dojo/_base/declare", |
---|
4 | "dojo/text!./templates/NumberInputConfigWidget.html" |
---|
5 | ], function(_ComplexValueWidget, declare, template) { |
---|
6 | return declare([_ComplexValueWidget],{ |
---|
7 | type: 'NumberInput', |
---|
8 | templateString: template, |
---|
9 | _getValueAttr: function() { |
---|
10 | var value = this.inherited(arguments); |
---|
11 | value.type = this.type; |
---|
12 | return value; |
---|
13 | } |
---|
14 | }); |
---|
15 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.