* commit 'd56eb913fccecf1937892fc9e6282279f7a3e703': down_list_combo_item的bubble
@ -140,7 +140,8 @@ Demo.Downlist = BI.inherit(BI.Widget, {
text: "column 15",
cls: "dot-e-font",
value: 23
value: 23,
bubble: "hahahaha"
}
]
@ -79024,7 +79024,8 @@ BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit
textVgap: o.textVgap,
textLgap: o.textLgap,
textRgap: o.textRgap,
father: o.father
father: o.father,
bubble: o.bubble
});
this.text.on(BI.Controller.EVENT_CHANGE, function () {
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
@ -12114,7 +12114,8 @@ Demo.Downlist = BI.inherit(BI.Widget, {
@ -80788,7 +80788,8 @@ BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit
@ -1996,7 +1996,8 @@ BI.shortcut("bi.down_list_group", BI.DownListGroup);BI.DownListItem = BI.inherit
@ -35,7 +35,8 @@ BI.DownListItem = BI.inherit(BI.Single, {