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

r97:8b413dc7fc42 v1.3
r134:f139e2153e0d v1.9.0-rc1 default
Show More
css-plugin.d.ts
3 lines | 94 B | video/mp2t | TypeScriptLexer
cin
Added playground project
r97 declare module "@implab/djx/css!*" {
const result: { url: string };
export = result;
}