编辑后事件:
if (this.getValue()=="0"){
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(0);
}
else if (this.getValue()=="1"){
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(1);
}
else if (this.getValue()=="2"){
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(2);
}
else if (this.getValue()=="3"){
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(3);
}