|
|
@ -18,7 +18,6 @@ BI.Segment = BI.inherit(BI.Widget, { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this.buttonGroup = BI.createWidget({ |
|
|
|
this.buttonGroup = BI.createWidget({ |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
height: BI.toPix(o.height), |
|
|
|
|
|
|
|
type: "bi.button_group", |
|
|
|
type: "bi.button_group", |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
items: [BI.createItems(o.items, { |
|
|
|
items: [BI.createItems(o.items, { |
|
|
|