|
|
@ -17,7 +17,9 @@ BI.ListTreeView = BI.inherit(BI.TreeView, { |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
|
BI.ListTreeView.superclass._init.apply(this, arguments); |
|
|
|
BI.ListTreeView.superclass._init.apply(this, arguments); |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
this.storeValue = o.value || {}; |
|
|
|
if(BI.isNotNull(o.value)) { |
|
|
|
|
|
|
|
this.setSelectedValue(o.value); |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 配置属性
|
|
|
|
// 配置属性
|
|
|
|