|
|
@ -18,6 +18,7 @@ BI.LinearSegment = BI.inherit(BI.Widget, { |
|
|
|
height: o.height - 1 |
|
|
|
height: o.height - 1 |
|
|
|
}), |
|
|
|
}), |
|
|
|
layouts: o.layouts, |
|
|
|
layouts: o.layouts, |
|
|
|
|
|
|
|
value: o.value, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: "__EVENT_CHANGE__", |
|
|
|
eventName: "__EVENT_CHANGE__", |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
@ -48,4 +49,4 @@ BI.LinearSegment = BI.inherit(BI.Widget, { |
|
|
|
return this.buttonGroup.getValue(); |
|
|
|
return this.buttonGroup.getValue(); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.shortcut("bi.linear_segment", BI.LinearSegment); |
|
|
|
BI.shortcut("bi.linear_segment", BI.LinearSegment); |
|
|
|