附模板:
WorkBook15.cpt
按钮点击事件
contentPane.curLGP.setCellValue("C2", null,"2");
contentPane.getWidgetByCell("C2").setValue("2");
$('.dirty').removeClass('dirty');
contentPane.getWidgetByCell("C2").fireEvent("change");
点击按钮时给下拉框赋值,就像下拉框选择时将值赋给文本框一样的