报错为:CustomJSError : Cannot read property 'setEnable' of undefined
加个延时
setTimeout(function() {
你的代码js
}, 100);
JS控制工具栏按钮的属性
https://help.fanruan.com/finereport10.0/doc-view-1805.html
contentPane.toolbar.options.items[3].setEnable(false);//从左往右,下标从0开始,第四个按钮(打印)不可用contentPane.toolbar.options.items[4].setEnable(false);//从左往右,下标从0开始,第五个按钮(输出)不可用
this是什么?
--------
https://help.fanruan.com/finereport10.0/doc-view-4010.html 工具栏接口