我有个下拉框 我在编辑后里面写了一串
var iskhz=contentPane.curLGP.getCellValue('I4');
alert(iskhz);
来获取这个控件的值 但是获取的是空的 这个js要怎么写才能获取到这个控件的值啊
编辑后事件写
var iskhz=this.getText();
你这样获取到的是之前的空白,需要使用this
参考控件通用接口
https://help.fanruan.com/finereport/doc-view-4261.html