该单元格右键js代码如下: var curLGP = contentPane.curLGP; contentPane.on("cellselect", function(td) { var Row = contentPane.curLGP.getTDRow(td) - 1; // var Col = contentPane.curLGP.getTDCol(td)+1; var F2value = contentPane.curLGP.getCellValue(5, Row); window.open(F2value) }); |