$.extend(FR.CheckBoxEditor.prototype,{
initControlPane:function(){
this.$controlPane = $("<div style='padding-right:20px'>").addClass('fr-checkbox-control').css('display',"none");
}
});
帆软11的frm下不生效
https://bbs.fanruan.com/wenda/question/143088.html 那就换一种方式,判断是否全选,全选了就控件置空
var supplierID = this.options.form.getWidgetByName("name");
supplierID.reset();
给“name”控件赋值为空值
如果你不要多选下拉框的全选功能,可以用新多选下拉树控件来代替,下拉树控件可以取消全选,只设置一层数据就和多选下拉框有一样的效果,不同的是多选下拉树返回的值是数组,可以用帆软公式joinarray转成字符串
新多选下拉树控件:https://help.fanruan.com/finereport/doc-view-3121.html