var a=this.options.form.getWidgetByName('名称1').getValue();
var b=this.options.form.getWidgetByName('名称2').getValue();
var c=this.options.form.getWidgetByName('名称3').getValue();
if(a.lenght()==0&&b.lenght()==0&&c.lenght()==0&&){
alert("三个控件不能同时为空,请必须在基中一个录入值");
return false;
}