|
|
|
@ -20,6 +20,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
|
|
|
|
|
itemFormatter: BI.emptyFn, |
|
|
|
|
onLoaded: BI.emptyFn, |
|
|
|
|
itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT, |
|
|
|
|
isDefaultInit: false, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -45,7 +46,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
|
|
|
|
|
onLoaded: opts.onLoaded, |
|
|
|
|
el: { |
|
|
|
|
type: "bi.multi_select_inner_loader", |
|
|
|
|
isDefaultInit: false, |
|
|
|
|
isDefaultInit: opts.isDefaultInit, |
|
|
|
|
} |
|
|
|
|
}, opts.el), |
|
|
|
|
itemsCreator: function (op, callback) { |
|
|
|
|