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
e8733eb8
Commit
e8733eb8
authored
May 06, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE] Загрузка текстур для слайда и текстарта по аналогии с редактором таблиц (по событию).
parent
36be6edc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
apps/presentationeditor/main/app/view/SlideSettings.js
apps/presentationeditor/main/app/view/SlideSettings.js
+1
-3
apps/presentationeditor/main/app/view/TextArtSettings.js
apps/presentationeditor/main/app/view/TextArtSettings.js
+1
-3
No files found.
apps/presentationeditor/main/app/view/SlideSettings.js
View file @
e8733eb8
...
@@ -564,9 +564,7 @@ define([
...
@@ -564,9 +564,7 @@ define([
this
.
api
=
api
;
this
.
api
=
api
;
if
(
this
.
api
)
{
if
(
this
.
api
)
{
this
.
api
.
SetInterfaceDrawImagePlaceSlide
(
'
slide-texture-img
'
);
this
.
api
.
SetInterfaceDrawImagePlaceSlide
(
'
slide-texture-img
'
);
var
textures
=
this
.
api
.
get_PropertyStandartTextures
();
this
.
api
.
asc_registerCallback
(
'
asc_onInitStandartTextures
'
,
_
.
bind
(
this
.
onInitStandartTextures
,
this
));
if
(
textures
)
this
.
onInitStandartTextures
(
textures
);
}
}
return
this
;
return
this
;
},
},
...
...
apps/presentationeditor/main/app/view/TextArtSettings.js
View file @
e8733eb8
...
@@ -585,9 +585,7 @@ define([
...
@@ -585,9 +585,7 @@ define([
this
.
api
=
api
;
this
.
api
=
api
;
if
(
this
.
api
)
{
if
(
this
.
api
)
{
this
.
api
.
SetInterfaceDrawImagePlaceTextArt
(
'
textart-texture-img
'
);
this
.
api
.
SetInterfaceDrawImagePlaceTextArt
(
'
textart-texture-img
'
);
var
textures
=
this
.
api
.
get_PropertyStandartTextures
();
this
.
api
.
asc_registerCallback
(
'
asc_onInitStandartTextures
'
,
_
.
bind
(
this
.
onInitStandartTextures
,
this
));
if
(
textures
)
this
.
onInitStandartTextures
(
textures
);
}
}
return
this
;
return
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