|
|
@ -79024,7 +79024,8 @@ BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit |
|
|
|
textVgap: o.textVgap, |
|
|
|
textVgap: o.textVgap, |
|
|
|
textLgap: o.textLgap, |
|
|
|
textLgap: o.textLgap, |
|
|
|
textRgap: o.textRgap, |
|
|
|
textRgap: o.textRgap, |
|
|
|
father: o.father |
|
|
|
father: o.father, |
|
|
|
|
|
|
|
bubble: o.bubble |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.text.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
|
this.text.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
|
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments); |
|
|
|
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments); |
|
|
|