|
|
@ -26,7 +26,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, { |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: true |
|
|
|
dynamic: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
// onLoaded: o.onLoaded,
|
|
|
|
// onLoaded: o.onLoaded,
|
|
|
|
el: {}, |
|
|
|
el: {}, |
|
|
@ -334,4 +334,4 @@ BI.extend(BI.MultiSelectInsertList, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
BI.MultiSelectInsertList.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.MultiSelectInsertList.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.shortcut("bi.multi_select_insert_list", BI.MultiSelectInsertList); |
|
|
|
BI.shortcut("bi.multi_select_insert_list", BI.MultiSelectInsertList); |
|
|
|