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
d629c1cb
Commit
d629c1cb
authored
Dec 01, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/new-mobile' of
https://github.com/ONLYOFFICE/web-apps
into feature/new-mobile
parents
a9c9c296
e4dc7c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
apps/presentationeditor/mobile/app/controller/edit/EditTable.js
...resentationeditor/mobile/app/controller/edit/EditTable.js
+6
-6
No files found.
apps/presentationeditor/mobile/app/controller/edit/EditTable.js
View file @
d629c1cb
...
...
@@ -134,12 +134,12 @@ define([
paletteFillColor
=
me
.
getView
(
'
EditTable
'
).
paletteFillColor
,
paletteBorderColor
=
me
.
getView
(
'
EditTable
'
).
paletteBorderColor
;
$
(
'
#table-options-header-row input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
0
));
$
(
'
#table-options-total-row input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
1
));
$
(
'
#table-options-banded-row input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
2
));
$
(
'
#table-options-first-column input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
3
));
$
(
'
#table-options-last-column input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
4
));
$
(
'
#table-options-banded-column input
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
5
));
$
(
'
#table-options-header-row input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
0
));
$
(
'
#table-options-total-row input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
1
));
$
(
'
#table-options-banded-row input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
2
));
$
(
'
#table-options-first-column input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
3
));
$
(
'
#table-options-last-column input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
4
));
$
(
'
#table-options-banded-column input
:checkbox
'
).
single
(
'
change
'
,
_
.
bind
(
me
.
onCheckTemplateChange
,
me
,
5
));
$
(
'
#edit-table-bordertypes a
'
).
single
(
'
click
'
,
_
.
bind
(
me
.
onBorderTypeClick
,
me
));
...
...
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