【FR11】如图,js哪里写错了,为啥没生效
单元格里面要用单元格的方式
var ac=this.getValue();
if(ac=="123456"){
contentPane.getWidgetByCell('B3').setEnable(true);
}else{
contentPane.getWidgetByCell('B3').setEnable(false);
}