...
代码块 | ||
---|---|---|
| ||
function main(simpleReport, simpleReportContext) { // 显示快捷工具栏 simpleReport.setShowShotCut(true); //隐藏指定按钮 // setTimeout(function() { // simpleReport.btnChartEx.style.display = "none"; // }) } |
...
代码块 | ||
---|---|---|
| ||
function main(simpleReport, simpleReportContext) { // 显示快捷工具栏 simpleReport.setShowShotCut(true); //隐藏指定按钮 // setTimeout(function() { // simpleReport.btnChartEx.style.display = "none"; // }) } |