##// 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:

r109:4a375b9c654a default
r134:f139e2153e0d v1.9.0-rc1 default
Show More
tsconfig.eslint.json
8 lines | 193 B | application/json | JsonLexer
/ djx / src / tsconfig.eslint.json
cin
Working on WatchForRendition
r107 {
cin
linting
r109 //"extends": "./tsconfig.json",
cin
Working on WatchForRendition
r107 "compilerOptions": {
// ensure that nobody can accidentally use this config for a build
cin
linting
r109 "noEmit": true,
cin
Working on WatchForRendition
r107 },
"include": [
]
}