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
59a8fb58
Commit
59a8fb58
authored
Dec 21, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] get_PropertyThemeColorSchemes -> asc_onSendThemeColorSchemes.
parent
6faa69ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
apps/documenteditor/main/app/view/Toolbar.js
apps/documenteditor/main/app/view/Toolbar.js
+1
-4
No files found.
apps/documenteditor/main/app/view/Toolbar.js
View file @
59a8fb58
...
@@ -1089,10 +1089,6 @@ define([
...
@@ -1089,10 +1089,6 @@ define([
createDelayedElements
:
function
()
{
createDelayedElements
:
function
()
{
if
(
this
.
api
)
{
if
(
this
.
api
)
{
var
schemes
=
this
.
api
.
get_PropertyThemeColorSchemes
();
if
(
schemes
)
this
.
onSendThemeColorSchemes
(
schemes
);
this
.
mnuNonPrinting
.
items
[
0
].
setChecked
(
this
.
api
.
get_ShowParaMarks
(),
true
);
this
.
mnuNonPrinting
.
items
[
0
].
setChecked
(
this
.
api
.
get_ShowParaMarks
(),
true
);
this
.
mnuNonPrinting
.
items
[
1
].
setChecked
(
this
.
api
.
get_ShowTableEmptyLine
(),
true
);
this
.
mnuNonPrinting
.
items
[
1
].
setChecked
(
this
.
api
.
get_ShowTableEmptyLine
(),
true
);
this
.
btnShowHidenChars
.
toggle
(
this
.
mnuNonPrinting
.
items
[
0
].
checked
,
true
);
this
.
btnShowHidenChars
.
toggle
(
this
.
mnuNonPrinting
.
items
[
0
].
checked
,
true
);
...
@@ -1501,6 +1497,7 @@ define([
...
@@ -1501,6 +1497,7 @@ define([
setApi
:
function
(
api
)
{
setApi
:
function
(
api
)
{
this
.
api
=
api
;
this
.
api
=
api
;
/** coauthoring begin **/
/** coauthoring begin **/
this
.
api
.
asc_registerCallback
(
'
asc_onSendThemeColorSchemes
'
,
_
.
bind
(
this
.
onSendThemeColorSchemes
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onCollaborativeChanges
'
,
_
.
bind
(
this
.
onCollaborativeChanges
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onCollaborativeChanges
'
,
_
.
bind
(
this
.
onCollaborativeChanges
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onAuthParticipantsChanged
'
,
_
.
bind
(
this
.
onApiUsersChanged
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onAuthParticipantsChanged
'
,
_
.
bind
(
this
.
onApiUsersChanged
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onParticipantsChanged
'
,
_
.
bind
(
this
.
onApiUsersChanged
,
this
));
this
.
api
.
asc_registerCallback
(
'
asc_onParticipantsChanged
'
,
_
.
bind
(
this
.
onApiUsersChanged
,
this
));
...
...
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