var a = this.getValue();
if (a) {
this.options.form.getWidgetByName("dt1").setEnable(false);
this.options.form.getWidgetByName("dt2").setEnable(false);
} else {
this.options.form.getWidgetByName("dt1").setEnable(true);
this.options.form.getWidgetByName("dt2").setEnable(true);
}