|
|
@ -36,6 +36,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
var baseConfig = this._getBaseConfig(); |
|
|
|
var baseConfig = this._getBaseConfig(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (o.allowEdit) { |
|
|
|
if (o.allowEdit) { |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
@ -65,6 +66,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, { |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
tipType: o.tipType, |
|
|
|
tipType: o.tipType, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
warningTitle: o.warningTitle, |
|
|
|
|
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
} |
|
|
|
} |
|
|
|
}, { cls }); |
|
|
|
}, { cls }); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -287,4 +289,4 @@ BI.MultiLayerSelectTreeCombo.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_STOP = "EVENT_STOP"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_STOP = "EVENT_STOP"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_CLICK_ITEM = "EVENT_CLICK_ITEM"; |
|
|
|
BI.MultiLayerSelectTreeCombo.EVENT_CLICK_ITEM = "EVENT_CLICK_ITEM"; |
|
|
|
BI.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo); |
|
|
|
BI.shortcut("bi.multilayer_select_tree_combo", BI.MultiLayerSelectTreeCombo); |
|
|
|