##// END OF EJS Templates
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed....
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed. bind hooks are now specifing 'priority=false' parameter in setters. This will prevent excessive triggering of onChange events.

File last commit:

r65:8ac132c83639 default
r134:f139e2153e0d v1.9.0-rc1 default
Show More
index.js
12 lines | 265 B | application/javascript | JavascriptLexer
var rjs = require('requirejs');
rjs.config({
baseUrl: '.',
nodeRequire: require,
packages: [
{ name: "dojo", location: "../../node_modules/dojo" },
{ name: "@implab", location: "../../node_modules/@implab" }
]
});
rjs(['./plan']);