|
|
@ -23,11 +23,8 @@ BI.SliderIconButton = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text", |
|
|
|
width: 16, |
|
|
|
cls: "slider-button bi-high-light-border", |
|
|
|
height: 16, |
|
|
|
|
|
|
|
forceNotSelected: true, |
|
|
|
|
|
|
|
cls: "slider-button bi-list-item-select3 bi-high-light-border", |
|
|
|
|
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.slider = this; |
|
|
|
self.slider = this; |
|
|
|
} |
|
|
|
} |
|
|
|