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

r120:bc1b4dd8ca1a v1.6.2 default
r134:f139e2153e0d v1.9.0-rc1 default
Show More
nls-test.ts
7 lines | 159 B | video/mp2t | TypeScriptLexer
import { bundle } from "../i18n";
export const { i18n, load, define } = bundle({
foo: "foo",
bar: "bar"
}, {
ru: () => import("./ru/nls-test")
});