|
|
@ -60,7 +60,7 @@ BI.IntervalSlider = BI.inherit(BI.Single, { |
|
|
|
cls: "slider-editor-button", |
|
|
|
cls: "slider-editor-button", |
|
|
|
text: this.options.unit, |
|
|
|
text: this.options.unit, |
|
|
|
allowBlank: false, |
|
|
|
allowBlank: false, |
|
|
|
width: BI.toPix(DITOR_WIDTH, 2), |
|
|
|
width: BI.toPix(c.EDITOR_WIDTH, 2), |
|
|
|
height: BI.toPix(c.EDITOR_HEIGHT, 2), |
|
|
|
height: BI.toPix(c.EDITOR_HEIGHT, 2), |
|
|
|
validationChecker: function (v) { |
|
|
|
validationChecker: function (v) { |
|
|
|
return self._checkValidation(v); |
|
|
|
return self._checkValidation(v); |
|
|
|