|
|
@ -37131,7 +37131,9 @@ BI.TreeView = BI.inherit(BI.Pane, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.TreeView.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.TreeView.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
_baseCls: "bi-tree", |
|
|
|
_baseCls: "bi-tree", |
|
|
|
paras: {}, |
|
|
|
paras: { |
|
|
|
|
|
|
|
selectedValues: {} |
|
|
|
|
|
|
|
}, |
|
|
|
itemsCreator: BI.emptyFn |
|
|
|
itemsCreator: BI.emptyFn |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|