|
|
|
@ -315,7 +315,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
|
|
|
|
|
if (!isNaN(this.min) && !isNaN(this.max)) { |
|
|
|
|
this._setVisible(true); |
|
|
|
|
this.enable = true; |
|
|
|
|
this.label.setErrorText(BI.i18nText("BI-Please_Enter") + this.min + "-" + this.max + BI.i18nText("BI-Basic_De") + BI.i18nText("BI-Basic_Number")); |
|
|
|
|
this.label.setErrorText(BI.i18nText("BI-Basic_Please_Enter_Number_Between", this.min, this.max)); |
|
|
|
|
if (BI.isNumeric(this.value) || BI.isNotEmptyString(this.value)) { |
|
|
|
|
this.label.setValue(this.value); |
|
|
|
|
this._setAllPosition(this._getPercentByValue(this.value)); |
|
|
|
|