|
|
@ -123,7 +123,7 @@ BI.ListPane = BI.inherit(BI.Pane, { |
|
|
|
} |
|
|
|
} |
|
|
|
BI.ListPane.superclass.populate.apply(this, arguments); |
|
|
|
BI.ListPane.superclass.populate.apply(this, arguments); |
|
|
|
var tipText = BI.get(arguments, [2], ''); |
|
|
|
var tipText = BI.get(arguments, [2], ''); |
|
|
|
BI.isNotEmptyString(tipText) && BI.ListPane.superclass.setTipText.apply(this, [tipText]); |
|
|
|
BI.isNotEmptyString(tipText) && this.setTipText(tipText); |
|
|
|
this.button_group.populate.apply(this.button_group, arguments); |
|
|
|
this.button_group.populate.apply(this.button_group, arguments); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|