|
|
@ -30,7 +30,8 @@ BI.MultiLayerSelectTreePopup = BI.inherit(BI.Widget, { |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
keywordGetter: o.keywordGetter, |
|
|
|
keywordGetter: o.keywordGetter, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
scrollable: null |
|
|
|
scrollable: null, |
|
|
|
|
|
|
|
onLoaded: o.onLoaded |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|