[SSE] Fix Bug 34515.
This commit is contained in:
parent
ceb5fb0a70
commit
86c2eac593
|
|
@ -294,6 +294,7 @@ define([
|
||||||
this.cmbType.setValue(this.api.asc_getLocaleExample(props.format, 38822));
|
this.cmbType.setValue(this.api.asc_getLocaleExample(props.format, 38822));
|
||||||
}
|
}
|
||||||
this.Format = props.format;
|
this.Format = props.format;
|
||||||
|
this.lblExample.text(this.api.asc_getLocaleExample(this.Format));
|
||||||
}
|
}
|
||||||
// for fraction - if props.format not in cmbType - setValue(this.txtCustom)
|
// for fraction - if props.format not in cmbType - setValue(this.txtCustom)
|
||||||
// for date/time - if props.format not in cmbType - setValue(this.api.asc_getLocaleExample(props.format, 38822))
|
// for date/time - if props.format not in cmbType - setValue(this.api.asc_getLocaleExample(props.format, 38822))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue