帆软报表开发用到的JS脚本

时间:2018-05-02 11:08:46   收藏:0   阅读:1010
重置按钮脚本

$.each(this.options.form.name_widgets,function(i,item){
if (item.options.type !==‘label‘) {
item.setValue();
item.setText();
}
});

导出execl 脚本
_g().exportReportToExcel(‘simple‘);

原文:http://blog.51cto.com/9241485/2110592

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!