[DE mobile] Fix bug 43821
This commit is contained in:
parent
6ce306f7e6
commit
442a3a722e
|
@ -213,6 +213,7 @@ define([
|
|||
},
|
||||
|
||||
showStyle: function () {
|
||||
var me = this;
|
||||
var selector = '#edit-chart-style';
|
||||
this.showPage(selector, true);
|
||||
|
||||
|
|
|
@ -144,6 +144,7 @@ define([
|
|||
},
|
||||
|
||||
showColors: function () {
|
||||
var me = this;
|
||||
this.showPage('#edit-paragraph-color', true);
|
||||
|
||||
this.paletteBackgroundColor = new Common.UI.ThemeColorPalette({
|
||||
|
|
|
@ -194,6 +194,7 @@ define([
|
|||
},
|
||||
|
||||
showBorderColor: function () {
|
||||
var me = this;
|
||||
var selector = '#edit-shape-border-color-view';
|
||||
this.showPage(selector, true);
|
||||
|
||||
|
|
|
@ -220,6 +220,7 @@ define([
|
|||
},
|
||||
|
||||
showBorderColor: function () {
|
||||
var me = this;
|
||||
this.showPage('#edit-table-border-color-view', true);
|
||||
|
||||
this.paletteBorderColor = new Common.UI.ThemeColorPalette({
|
||||
|
|
|
@ -195,6 +195,7 @@ define([
|
|||
},
|
||||
|
||||
showFontColor: function () {
|
||||
var me = this;
|
||||
this.showPage('#edit-text-color', true);
|
||||
|
||||
this.paletteTextColor = new Common.UI.ThemeColorPalette({
|
||||
|
@ -241,6 +242,7 @@ define([
|
|||
},
|
||||
|
||||
showBackgroundColor: function () {
|
||||
var me = this;
|
||||
this.showPage('#edit-text-background', true);
|
||||
|
||||
this.paletteBackgroundColor = new Common.UI.ThemeColorPalette({
|
||||
|
|
Loading…
Reference in a new issue