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
38737b59
Commit
38737b59
authored
Nov 30, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] Table settings: update background color for cell when table style is changed.
parent
5f241f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
apps/documenteditor/mobile/app/view/edit/EditTable.js
apps/documenteditor/mobile/app/view/edit/EditTable.js
+3
-0
No files found.
apps/documenteditor/mobile/app/view/edit/EditTable.js
View file @
38737b59
...
...
@@ -157,6 +157,9 @@ define([
showStyleCategory
:
function
(
e
)
{
// remove android specific style
$
(
'
.page[data-page=edit-table-style] .list-block.inputs-list
'
).
removeClass
(
'
inputs-list
'
);
if
(
$
(
e
.
currentTarget
).
data
(
'
type
'
)
==
'
fill
'
)
{
this
.
fireEvent
(
'
page:show
'
,
[
this
,
'
#edit-table-style
'
]);
}
},
showPage
:
function
(
templateId
,
suspendEvent
)
{
...
...
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