|
|
@ -96981,7 +96981,7 @@ BI.DisplaySelectedList = BI.inherit(BI.Pane, { |
|
|
|
_createItems: function (items) { |
|
|
|
_createItems: function (items) { |
|
|
|
return BI.createItems(items, { |
|
|
|
return BI.createItems(items, { |
|
|
|
type: "bi.icon_text_item", |
|
|
|
type: "bi.icon_text_item", |
|
|
|
cls: "cursor-default check-font display-list-item bi-tips", |
|
|
|
cls: "cursor-default check-font icon-size-12 display-list-item bi-tips", |
|
|
|
once: true, |
|
|
|
once: true, |
|
|
|
invalid: true, |
|
|
|
invalid: true, |
|
|
|
selected: true, |
|
|
|
selected: true, |
|
|
@ -101797,7 +101797,7 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
this.indicator = BI.createWidget({ |
|
|
|
this.indicator = BI.createWidget({ |
|
|
|
type: "bi.icon_button", |
|
|
|
type: "bi.icon_button", |
|
|
|
cls: "check-font trigger-check-selected", |
|
|
|
cls: "check-font trigger-check-selected icon-size-12", |
|
|
|
width: 15, |
|
|
|
width: 15, |
|
|
|
height: 15, |
|
|
|
height: 15, |
|
|
|
stopPropagation: true |
|
|
|
stopPropagation: true |
|
|
@ -102060,7 +102060,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.icon_button", |
|
|
|
type: "bi.icon_button", |
|
|
|
forceNotSelected: true, |
|
|
|
forceNotSelected: true, |
|
|
|
trigger: "lclick,", |
|
|
|
trigger: "lclick,", |
|
|
|
cls: "add-up-font top-button bi-border-left bi-list-item-active3" |
|
|
|
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12" |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
self._finetuning(o.step); |
|
|
|
self._finetuning(o.step); |
|
|
@ -102071,7 +102071,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.icon_button", |
|
|
|
type: "bi.icon_button", |
|
|
|
trigger: "lclick,", |
|
|
|
trigger: "lclick,", |
|
|
|
forceNotSelected: true, |
|
|
|
forceNotSelected: true, |
|
|
|
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3" |
|
|
|
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12" |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
self._finetuning(-o.step); |
|
|
|
self._finetuning(-o.step); |
|
|
@ -105002,6 +105002,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
|
|
|
|
keyword: o.keyword, |
|
|
|
py: o.py |
|
|
|
py: o.py |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
@ -105086,6 +105087,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
|
|
|
|
keyword: o.keyword, |
|
|
|
py: o.py |
|
|
|
py: o.py |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
@ -105170,6 +105172,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
|
|
|
|
keyword: o.keyword, |
|
|
|
py: o.py |
|
|
|
py: o.py |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
|
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) { |
|
|
|