|
|
|
@ -99,7 +99,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
|
|
|
|
|
item.el.logic = { |
|
|
|
|
dynamic: true |
|
|
|
|
}; |
|
|
|
|
item.el.height = sourceItem.el.height || self.constants.height; |
|
|
|
|
item.el.height = sourceItem.el.height || BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT; |
|
|
|
|
item.el.iconCls2 = self.constants.nextIcon; |
|
|
|
|
item.popup = { |
|
|
|
|
lgap: 1, |
|
|
|
@ -183,7 +183,7 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
|
|
|
|
|
if (BI.isNotEmptyArray(child.children)) { |
|
|
|
|
item.type = "bi.down_list_group_item"; |
|
|
|
|
item.iconCls2 = self.constants.nextIcon; |
|
|
|
|
item.height = child.height || self.constants.height; |
|
|
|
|
item.height = child.height || BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT; |
|
|
|
|
self._createChildren(item, child); |
|
|
|
|
} |
|
|
|
|
targetItem.items.push(item); |
|
|
|
|