diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index d4892c355..ec2ce49c8 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -75782,7 +75782,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76085,7 +76085,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -76401,7 +76401,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index 22a0d1821..af2ff4900 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -76186,7 +76186,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76489,7 +76489,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -76805,7 +76805,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index d4892c355..ec2ce49c8 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -75782,7 +75782,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76085,7 +76085,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -76401,7 +76401,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/bundle.js b/dist/bundle.js index 22a0d1821..af2ff4900 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -76186,7 +76186,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76489,7 +76489,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -76805,7 +76805,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/demo.js b/dist/demo.js index 543d484b6..7d0b73c8a 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -3308,7 +3308,7 @@ BI.shortcut("demo.center", Demo.Center);Demo.TreeValueChooser = BI.inherit(BI.Wi render: function () { var widget = BI.createWidget({ - type: "bi.tree_value_chooser_combo", + type: "bi.list_tree_value_chooser_insert_combo", width: 300, // items: BI.deepClone(Demo.CONSTANTS.TREEITEMS), itemsCreator: function (op, callback) { diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index cf4fba1d3..2a1ea7105 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -76027,7 +76027,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76330,7 +76330,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -76646,7 +76646,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/fineui.js b/dist/fineui.js index df2180164..c0e3b9366 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -76431,7 +76431,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -76734,7 +76734,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -77050,7 +77050,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 7771a50bd..3975ca4ee 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -58733,7 +58733,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -59036,7 +59036,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -59352,7 +59352,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/dist/widget.js b/dist/widget.js index c223bfa5e..85c8aca7f 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -13847,7 +13847,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); @@ -14150,7 +14150,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); @@ -14466,7 +14466,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/src/widget/multitree/multi.tree.combo.js b/src/widget/multitree/multi.tree.combo.js index 86f460977..c3e7e6ecd 100644 --- a/src/widget/multitree/multi.tree.combo.js +++ b/src/widget/multitree/multi.tree.combo.js @@ -189,7 +189,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); }); diff --git a/src/widget/multitree/multi.tree.insert.combo.js b/src/widget/multitree/multi.tree.insert.combo.js index b05ba035a..bbb36c267 100644 --- a/src/widget/multitree/multi.tree.insert.combo.js +++ b/src/widget/multitree/multi.tree.insert.combo.js @@ -206,7 +206,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); }); diff --git a/src/widget/multitree/multi.tree.list.combo.js b/src/widget/multitree/multi.tree.list.combo.js index c5e9d150d..7ae6b0a85 100644 --- a/src/widget/multitree/multi.tree.list.combo.js +++ b/src/widget/multitree/multi.tree.list.combo.js @@ -214,7 +214,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { type: BI.Selection.Multi, value: checked ? this.getValue() : {} }; - this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); + this.getSearcher().setState(val); this.getCounter().setButtonChecked(val); self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); });