选择下拉框,然后选择事件,添加一个初始化事件,写一下js语句。 $.extend(FR.CheckBoxEditor.prototype,{ initControlPane:function(){ this.$controlPane = $("<div style='padding-right:20px'>").addClass('fr-checkbox-control').css('display',"none"); } });
全选这个没法去除
个数参考
下拉复选框选中个数-https://help.finereport.com/doc-view-1035.html
JS限制复选框(参数面板)选择个数-https://help.finereport.com/doc-view-1727.html
取消全选:
选择下拉框,然后选择事件,添加一个初始化事件,写一下js语句。$.extend(FR.CheckBoxEditor.prototype,{initControlPane:function(){this.$controlPane = $("
").addClass('fr-checkbox-control').css('display',"none");
}});
限制取值个数:
https://help.finereport.com/doc-view-1727.html
选中想要处理的控件,事件,编辑前
$(".fr-checkbox-list.fr-combo-list div:first div span").remove()