Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
95bccf6c
Commit
95bccf6c
authored
Dec 05, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 33599, fix Bug 33600 + fix bug with ThemeColorPalette, when zoom<100.
parent
047a8ce7
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
61 additions
and
61 deletions
+61
-61
apps/common/main/lib/view/AdvancedSettingsWindow.js
apps/common/main/lib/view/AdvancedSettingsWindow.js
+1
-1
apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js
apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js
+2
-2
apps/documenteditor/main/app/view/ParagraphSettings.js
apps/documenteditor/main/app/view/ParagraphSettings.js
+1
-1
apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js
...documenteditor/main/app/view/ParagraphSettingsAdvanced.js
+2
-2
apps/documenteditor/main/app/view/ShapeSettings.js
apps/documenteditor/main/app/view/ShapeSettings.js
+5
-5
apps/documenteditor/main/app/view/TableSettings.js
apps/documenteditor/main/app/view/TableSettings.js
+2
-2
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
+3
-3
apps/documenteditor/main/app/view/TextArtSettings.js
apps/documenteditor/main/app/view/TextArtSettings.js
+3
-3
apps/documenteditor/main/app/view/Toolbar.js
apps/documenteditor/main/app/view/Toolbar.js
+2
-2
apps/presentationeditor/main/app/view/ShapeSettings.js
apps/presentationeditor/main/app/view/ShapeSettings.js
+5
-5
apps/presentationeditor/main/app/view/SlideSettings.js
apps/presentationeditor/main/app/view/SlideSettings.js
+4
-4
apps/presentationeditor/main/app/view/TableSettings.js
apps/presentationeditor/main/app/view/TableSettings.js
+2
-2
apps/presentationeditor/main/app/view/TextArtSettings.js
apps/presentationeditor/main/app/view/TextArtSettings.js
+5
-5
apps/presentationeditor/main/app/view/Toolbar.js
apps/presentationeditor/main/app/view/Toolbar.js
+1
-1
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
+2
-2
apps/spreadsheeteditor/main/app/view/ChartSettings.js
apps/spreadsheeteditor/main/app/view/ChartSettings.js
+7
-7
apps/spreadsheeteditor/main/app/view/ShapeSettings.js
apps/spreadsheeteditor/main/app/view/ShapeSettings.js
+5
-5
apps/spreadsheeteditor/main/app/view/Statusbar.js
apps/spreadsheeteditor/main/app/view/Statusbar.js
+1
-1
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
+5
-5
apps/spreadsheeteditor/main/app/view/Toolbar.js
apps/spreadsheeteditor/main/app/view/Toolbar.js
+3
-3
No files found.
apps/common/main/lib/view/AdvancedSettingsWindow.js
View file @
95bccf6c
...
...
@@ -104,7 +104,7 @@ define([
});
var
cnt_panel
=
$window
.
find
(
'
.content-panel
'
);
cnt_panel
.
width
(
this
.
contentWidth
);
$window
.
width
(
$window
.
find
(
'
.menu-panel
'
).
width
()
+
cnt_panel
.
outerWidth
()
+
1
);
$window
.
width
(
$window
.
find
(
'
.menu-panel
'
).
width
()
+
cnt_panel
.
outerWidth
()
+
2
);
this
.
content_panels
=
$window
.
find
(
'
.settings-panel
'
);
if
(
this
.
btnsCategory
.
length
>
0
)
...
...
apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js
View file @
95bccf6c
...
...
@@ -163,7 +163,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="drop-advanced-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="drop-advanced-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="drop-advanced-border-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -188,7 +188,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="drop-advanced-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="drop-advanced-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="drop-advanced-back-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/ParagraphSettings.js
View file @
95bccf6c
...
...
@@ -444,7 +444,7 @@ define([
if
(
!
this
.
mnuColorPicker
)
{
this
.
btnColor
.
setMenu
(
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="paragraph-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="paragraph-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="paragraph-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
}));
...
...
apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js
View file @
95bccf6c
...
...
@@ -212,7 +212,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="paragraphadv-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="paragraphadv-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="paragraphadv-border-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -266,7 +266,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="paragraphadv-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="paragraphadv-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="paragraphadv-back-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/ShapeSettings.js
View file @
95bccf6c
...
...
@@ -1561,7 +1561,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1581,7 +1581,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1600,7 +1600,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1619,7 +1619,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1638,7 +1638,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/TableSettings.js
View file @
95bccf6c
...
...
@@ -642,7 +642,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="table-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="table-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="table-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -660,7 +660,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="table-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="table-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="table-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
View file @
95bccf6c
...
...
@@ -881,7 +881,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="tableadv-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="tableadv-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="tableadv-border-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -901,7 +901,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="tableadv-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="tableadv-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="tableadv-back-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -921,7 +921,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="tableadv-table-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="tableadv-table-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="tableadv-table-back-color-new" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/TextArtSettings.js
View file @
95bccf6c
...
...
@@ -1054,7 +1054,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1073,7 +1073,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1092,7 +1092,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/documenteditor/main/app/view/Toolbar.js
View file @
95bccf6c
...
...
@@ -253,7 +253,7 @@ define([
template
:
_
.
template
(
'
<a tabindex="-1" type="menuitem"><span class="menu-item-icon" style="background-image: none; width: 12px; height: 12px; margin: 1px 7px 0 -7px; background-color: #000;"></span><%= caption %></a>
'
)
},
{
caption
:
'
--
'
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-fontcolor" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -267,7 +267,7 @@ define([
split
:
true
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-paracolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-paracolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-paracolor" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/presentationeditor/main/app/view/ShapeSettings.js
View file @
95bccf6c
...
...
@@ -1420,7 +1420,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1440,7 +1440,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1459,7 +1459,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1478,7 +1478,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1497,7 +1497,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/presentationeditor/main/app/view/SlideSettings.js
View file @
95bccf6c
...
...
@@ -985,7 +985,7 @@ define([
disabled
:
true
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="slide-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="slide-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="slide-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1005,7 +1005,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="slide-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="slide-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="slide-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1024,7 +1024,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="slide-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="slide-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="slide-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1043,7 +1043,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="slide-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="slide-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="slide-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/presentationeditor/main/app/view/TableSettings.js
View file @
95bccf6c
...
...
@@ -538,7 +538,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="table-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="table-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="table-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -556,7 +556,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="table-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="table-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="table-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/presentationeditor/main/app/view/TextArtSettings.js
View file @
95bccf6c
...
...
@@ -1456,7 +1456,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1476,7 +1476,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1495,7 +1495,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1514,7 +1514,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1533,7 +1533,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/presentationeditor/main/app/view/Toolbar.js
View file @
95bccf6c
...
...
@@ -322,7 +322,7 @@ define([
split
:
true
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-fontcolor" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
View file @
95bccf6c
...
...
@@ -54,7 +54,7 @@ define([
var
t
=
this
,
_options
=
{};
_
.
extend
(
_options
,
{
width
:
50
0
,
width
:
50
1
,
height
:
230
,
contentWidth
:
180
,
header
:
true
,
...
...
@@ -478,7 +478,7 @@ define([
var
t
=
this
,
_options
=
{};
_
.
extend
(
_options
,
{
width
:
4
48
,
width
:
4
50
,
height
:
265
,
contentWidth
:
400
,
header
:
false
,
...
...
apps/spreadsheeteditor/main/app/view/ChartSettings.js
View file @
95bccf6c
...
...
@@ -524,7 +524,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -543,7 +543,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-high-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-high-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-high-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -558,7 +558,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-low-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-low-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-low-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -573,7 +573,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-negative-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-negative-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-negative-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -588,7 +588,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-first-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-first-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-first-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -603,7 +603,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-last-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-last-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-last-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -618,7 +618,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="spark-markers-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="spark-markers-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="spark-markers-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/spreadsheeteditor/main/app/view/ShapeSettings.js
View file @
95bccf6c
...
...
@@ -1445,7 +1445,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1465,7 +1465,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1484,7 +1484,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1503,7 +1503,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1522,7 +1522,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="shape-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="shape-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/spreadsheeteditor/main/app/view/Statusbar.js
View file @
95bccf6c
...
...
@@ -264,7 +264,7 @@ define([
menuAlign
:
'
tl-tr
'
,
cls
:
'
color-tab
'
,
items
:
[
{
template
:
_
.
template
(
'
<div id="id-tab-menu-color" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-tab-menu-color" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-tab-menu-new-color" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
});
...
...
apps/spreadsheeteditor/main/app/view/TextArtSettings.js
View file @
95bccf6c
...
...
@@ -1461,7 +1461,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-border-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-border-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1480,7 +1480,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-back-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-back-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1500,7 +1500,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-foreground-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-foreground-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-foreground-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1519,7 +1519,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-background-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-background-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-background-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1538,7 +1538,7 @@ define([
style
:
"
width:45px;
"
,
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="textart-gradient-color-menu" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="textart-gradient-color-new" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
apps/spreadsheeteditor/main/app/view/Toolbar.js
View file @
95bccf6c
...
...
@@ -283,7 +283,7 @@ define([
lock
:
[
_set
.
selImage
,
_set
.
editFormula
,
_set
.
selRange
,
_set
.
coAuth
,
_set
.
coAuthText
,
_set
.
lostConnect
],
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-fontcolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-fontcolor" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -306,7 +306,7 @@ define([
lock
:
[
_set
.
selImage
,
_set
.
editCell
,
_set
.
coAuth
,
_set
.
coAuthText
,
_set
.
lostConnect
],
menu
:
new
Common
.
UI
.
Menu
({
items
:
[
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-paracolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-paracolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
)
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-paracolor" style="padding-left:12px;">
'
+
me
.
textNewColor
+
'
</a>
'
)
}
]
})
...
...
@@ -1523,7 +1523,7 @@ define([
menu
:
new
Common
.
UI
.
Menu
({
menuAlign
:
'
tl-tr
'
,
items
:
[
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-bordercolor" style="width: 16
5
px; height: 220px; margin: 10px;"></div>
'
),
stopPropagation
:
true
},
{
template
:
_
.
template
(
'
<div id="id-toolbar-menu-bordercolor" style="width: 16
9
px; height: 220px; margin: 10px;"></div>
'
),
stopPropagation
:
true
},
{
template
:
_
.
template
(
'
<a id="id-toolbar-menu-new-bordercolor" style="padding-left:12px;">
'
+
this
.
textNewColor
+
'
</a>
'
),
stopPropagation
:
true
}
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment