Home
last modified time | relevance | path

Searched refs:formDataProxy (Results 1 – 2 of 2) sorted by relevance

/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DCAT.vue172 return this.formDataProxy('RDT_ENABLED');
180 return this.formDataProxy('CDP_ENABLED');
188 return this.formDataProxy('VCAT_ENABLED');
216 let oldValue = this.formDataProxy(name);
220 this.formDataProxy(name, newValue, true);
238 formDataProxy(name, data = null, update = false) {
265 this.formDataProxy('CDP_ENABLED', 'n');
266 this.formDataProxy('VCAT_ENABLED', 'n');
271 this.formDataProxy('RDT_ENABLED', 'y');
277 this.formDataProxy('RDT_ENABLED', 'y');
[all …]
/misc/config_tools/configurator/packages/configurator/src/lib/
A Dacrn.ts141 formDataProxy(name, data = null, update = false) { method in CAT
168 this.formDataProxy('CDP_ENABLED', 'n');
169 this.formDataProxy('VCAT_ENABLED', 'n');
174 this.formDataProxy('RDT_ENABLED', 'y');
175 this.formDataProxy('VCAT_ENABLED', 'n');
180 this.formDataProxy('RDT_ENABLED', 'y');
181 this.formDataProxy('CDP_ENABLED', 'n');
248 return this.formDataProxy(switchName) === 'y'
251 return this.formDataProxy(switchName, value ? 'y' : 'n', true) === 'y';

Completed in 5 milliseconds