From d56eb913fccecf1937892fc9e6282279f7a3e703 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 5 Feb 2018 17:43:23 +0800 Subject: [PATCH] =?UTF-8?q?down=5Flist=5Fcombo=5Fitem=E7=9A=84bubble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/js/widget/downlist/demo.downlist.js | 3 ++- dist/bundle.js | 3 ++- dist/demo.js | 3 ++- dist/fineui.js | 3 ++- dist/widget.js | 3 ++- src/widget/downlist/item.downlist.js | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/demo/js/widget/downlist/demo.downlist.js b/demo/js/widget/downlist/demo.downlist.js index c1136aa05..1f689793c 100644 --- a/demo/js/widget/downlist/demo.downlist.js +++ b/demo/js/widget/downlist/demo.downlist.js @@ -140,7 +140,8 @@ Demo.Downlist = BI.inherit(BI.Widget, { text: "column 15", cls: "dot-e-font", - value: 23 + value: 23, + bubble: "hahahaha" } ] diff --git a/dist/bundle.js b/dist/bundle.js index 7b1e6aafb..023f7c2dc 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -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); diff --git a/dist/demo.js b/dist/demo.js index 7ccc5098d..9510d8d51 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -12114,7 +12114,8 @@ Demo.Downlist = BI.inherit(BI.Widget, { text: "column 15", cls: "dot-e-font", - value: 23 + value: 23, + bubble: "hahahaha" } ] diff --git a/dist/fineui.js b/dist/fineui.js index 60526b86b..bfe756c78 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -80788,7 +80788,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); diff --git a/dist/widget.js b/dist/widget.js index e96618c57..d91d7c115 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -1996,7 +1996,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); diff --git a/src/widget/downlist/item.downlist.js b/src/widget/downlist/item.downlist.js index cd1619dc7..1969752b8 100644 --- a/src/widget/downlist/item.downlist.js +++ b/src/widget/downlist/item.downlist.js @@ -35,7 +35,8 @@ BI.DownListItem = BI.inherit(BI.Single, { 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);