|
|
@ -9,9 +9,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
var conf = BI.PlusGroupNode.superclass._defaultConfig.apply(this, arguments); |
|
|
|
var conf = BI.PlusGroupNode.superclass._defaultConfig.apply(this, arguments); |
|
|
|
return BI.extend(conf, { |
|
|
|
return BI.extend(conf, { |
|
|
|
baseCls: (conf.baseCls || "") + " bi-plus-group-node bi-list-item", |
|
|
|
baseCls: (conf.baseCls || "") + " bi-plus-group-node bi-list-item", |
|
|
|
logic: { |
|
|
|
|
|
|
|
dynamic: false |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
id: "", |
|
|
|
id: "", |
|
|
|
pId: "", |
|
|
|
pId: "", |
|
|
|
open: false, |
|
|
|
open: false, |
|
|
|