|
|
|
@ -69,10 +69,14 @@ BI.SingleSelectPopupView = BI.inherit(BI.Widget, {
|
|
|
|
|
|
|
|
|
|
resetWidth: function (w) { |
|
|
|
|
this.popupView.resetWidth(w); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setDirection: function (direction, position) { |
|
|
|
|
this.popupView.setDirection(direction, position); |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.SingleSelectPopupView.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.single_select_popup_view", BI.SingleSelectPopupView); |
|
|
|
|
BI.shortcut("bi.single_select_popup_view", BI.SingleSelectPopupView); |
|
|
|
|