BI.createWidget({
@@ -2419,14 +2432,14 @@ BI.createWidget({
blockSize |
- |
+滚动加载的个数 |
number |
— |
10 |
overscanHeight |
- |
+超出可视范围区域的高度 |
number |
— |
100 |
@@ -2511,7 +2524,7 @@ BI.createWidget({
diff --git a/docs/core/basic_button.html b/docs/core/basic_button.html
index be385e2ee..017e53757 100644
--- a/docs/core/basic_button.html
+++ b/docs/core/basic_button.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2608,7 +2621,7 @@
diff --git a/docs/core/combination/bi.combo.html b/docs/core/combination/bi.combo.html
index af8ad4f95..8aee9b6ca 100644
--- a/docs/core/combination/bi.combo.html
+++ b/docs/core/combination/bi.combo.html
@@ -1430,9 +1430,9 @@
-
+
-
+
text_value_combo
@@ -1713,7 +1713,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2503,7 +2516,7 @@ BI.createWidget({
hideChecker |
- |
+是否隐藏弹出层检测 |
function |
— |
— |
@@ -2701,7 +2714,7 @@ BI.createWidget({
diff --git a/docs/core/combination/bi.expander.html b/docs/core/combination/bi.expander.html
index b5d6f4f53..a7f0a730b 100644
--- a/docs/core/combination/bi.expander.html
+++ b/docs/core/combination/bi.expander.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2383,6 +2396,34 @@
bi.expander
+
+BI.createWidget({
+ type: "bi.expander",
+ element: "#wrapper",
+ el: {
+ type: "bi.icon_text_node",
+ cls: "pull-right-ha-font",
+ height: 25,
+ text: "Expander"
+ },
+ popup: {
+ items: [{
+ type: "bi.single_select_item",
+ height: 25,
+ text: "项目1",
+ value: 1
+ }, {
+ type: "bi.single_select_item",
+ height: 25,
+ text: "项目2",
+ value: 2
+ }]
+ }
+});
+
+
+
API
基础属性
@@ -2614,7 +2655,7 @@
diff --git a/docs/core/combination/group_combo.html b/docs/core/combination/group_combo.html
index 88e7761c2..818229074 100644
--- a/docs/core/combination/group_combo.html
+++ b/docs/core/combination/group_combo.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2383,6 +2396,29 @@
bi.combo_group
+
+BI.createWidget({
+ element: "#wrapper",
+ type: "bi.combo_group",
+ el: {
+ type: "bi.icon_text_icon_item",
+ text: "2010年",
+ value: 2010,
+ height: 25,
+ iconCls: "close-ha-font"
+ },
+ children: [{
+ type: "bi.single_select_item",
+ height: 25,
+ text: "一月",
+ value: 11
+ }]
+});
+
+
+
+
API
基础属性
@@ -2522,7 +2558,7 @@
diff --git a/docs/core/combination/loader.html b/docs/core/combination/loader.html
index 91702f656..c7f99ed99 100644
--- a/docs/core/combination/loader.html
+++ b/docs/core/combination/loader.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2383,6 +2396,32 @@
bi.loader
+
+BI.createWidget({
+ element: "#wrapper",
+ type: "bi.loader",
+ itemsCreator: function(options, populate) {
+ populate(BI.map(BI.map(BI.makeArray(3, null), function(idx, value){
+ return {
+ text: faker.name.findName(),
+ value: BI.UUID()
+ };
+ }), function(i, v) {
+ return BI.extend(v, {
+ type: "bi.single_select_item",
+ height: 25
+ })
+ }))
+ },
+ hasNext: function(option) {
+ return option.count < 10;
+ }
+});
+
+
+
+
API
基础属性
-
事件
@@ -2460,7 +2472,7 @@
diff --git a/docs/detailed/date/date_combo.html b/docs/detailed/date/date_combo.html
index 0362758fd..5cbcdd098 100644
--- a/docs/detailed/date/date_combo.html
+++ b/docs/detailed/date/date_combo.html
@@ -1430,9 +1430,9 @@
-
+
-
+
text_value_combo
@@ -1713,7 +1713,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2441,7 +2454,7 @@
diff --git a/docs/detailed/date/date_pane_widget.html b/docs/detailed/date/date_pane_widget.html
index 6ed59987b..94be81ed6 100644
--- a/docs/detailed/date/date_pane_widget.html
+++ b/docs/detailed/date/date_pane_widget.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2422,7 +2435,8 @@
selectedTime |
选中的初始年月 |
obj({year: y, month: m}) |
- |
+— |
+— |
@@ -2460,7 +2474,7 @@
diff --git a/docs/detailed/date/year_month_combo.html b/docs/detailed/date/year_month_combo.html
index af8c1395d..f87d5e64e 100644
--- a/docs/detailed/date/year_month_combo.html
+++ b/docs/detailed/date/year_month_combo.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2407,18 +2420,18 @@
yearBehaviors |
自定义年份选择的行为(详见button_group) |
object |
- |
- |
+— |
+{ } |
monthBehaviors |
自定义年份选择的行为(详见button_group) |
object |
- |
+— |
+{ } |
-
事件
-
事件
@@ -2449,7 +2463,7 @@
diff --git a/docs/detailed/down_list_combo.html b/docs/detailed/down_list_combo.html
index 44ea090a2..87f4b7fc6 100644
--- a/docs/detailed/down_list_combo.html
+++ b/docs/detailed/down_list_combo.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2474,7 +2487,6 @@
-
事件
+
@@ -2532,7 +2545,7 @@
diff --git a/docs/detailed/file_manager.html b/docs/detailed/file_manager.html
index d4c78407b..ec8ffa0c8 100644
--- a/docs/detailed/file_manager.html
+++ b/docs/detailed/file_manager.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2405,24 +2418,8 @@
-参数
-
-
-
-参数 |
-说明 |
-类型 |
-可选值 |
-默认值 |
-
-
-
-
- |
-
-
-
-
+
+
方法
-
事件
+
@@ -2466,7 +2479,7 @@
diff --git a/docs/detailed/multi_select_combo.html b/docs/detailed/multi_select_combo.html
index e682cbd0b..ecff91c18 100644
--- a/docs/detailed/multi_select_combo.html
+++ b/docs/detailed/multi_select_combo.html
@@ -1430,9 +1430,9 @@
-
+
-
+
text_value_combo
@@ -1713,7 +1713,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2396,38 +2409,7 @@
-参数
-
-
-
-参数 |
-说明 |
-类型 |
-可选值 |
-默认值 |
-
-
-
-
- |
-
-
-
-方法
-
-
-
-方法 |
-说明 |
-用法 |
-
-
-
-
- |
-
-
-
+
+
@@ -2475,7 +2458,7 @@
diff --git a/docs/detailed/numeric_interval.html b/docs/detailed/numeric_interval.html
index c70b7144f..bbb3d40c3 100644
--- a/docs/detailed/numeric_interval.html
+++ b/docs/detailed/numeric_interval.html
@@ -1432,9 +1432,9 @@
-
+
-
+
text_value_combo
@@ -1715,7 +1715,20 @@
-
+
+
+
+
+
+ color_chooser_popup
+
+
+
+
+
+
+
+
@@ -2472,6 +2485,7 @@
setNumTip(string) |
设置数值区间的tip提示 |
+— |