Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
sdkjs
Commits
24555f00
Commit
24555f00
authored
May 25, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asc_pluginButtonClick
parent
5137407a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
cell/api.js
cell/api.js
+1
-0
common/apiBase.js
common/apiBase.js
+5
-0
slide/api.js
slide/api.js
+1
-0
word/api.js
word/api.js
+1
-0
No files found.
cell/api.js
View file @
24555f00
...
@@ -3502,6 +3502,7 @@ var editor;
...
@@ -3502,6 +3502,7 @@ var editor;
prot
[
"
asc_pluginsRegister
"
]
=
prot
.
asc_pluginsRegister
;
prot
[
"
asc_pluginsRegister
"
]
=
prot
.
asc_pluginsRegister
;
prot
[
"
asc_pluginRun
"
]
=
prot
.
asc_pluginRun
;
prot
[
"
asc_pluginRun
"
]
=
prot
.
asc_pluginRun
;
prot
[
"
asc_pluginResize
"
]
=
prot
.
asc_pluginResize
;
prot
[
"
asc_pluginResize
"
]
=
prot
.
asc_pluginResize
;
prot
[
"
asc_pluginButtonClick
"
]
=
prot
.
asc_pluginButtonClick
;
prot
[
"
asc_addOleObject
"
]
=
prot
.
asc_addOleObject
;
prot
[
"
asc_addOleObject
"
]
=
prot
.
asc_addOleObject
;
prot
[
"
asc_editOleObject
"
]
=
prot
.
asc_editOleObject
;
prot
[
"
asc_editOleObject
"
]
=
prot
.
asc_editOleObject
;
})(
window
);
})(
window
);
common/apiBase.js
View file @
24555f00
...
@@ -729,6 +729,11 @@ baseEditorsApi.prototype.asc_pluginResize = function(pluginData)
...
@@ -729,6 +729,11 @@ baseEditorsApi.prototype.asc_pluginResize = function(pluginData)
if
(
null
!=
this
.
pluginsManager
)
if
(
null
!=
this
.
pluginsManager
)
this
.
pluginsManager
.
runResize
(
pluginData
);
this
.
pluginsManager
.
runResize
(
pluginData
);
};
};
baseEditorsApi
.
prototype
.
asc_pluginButtonClick
=
function
(
id
)
{
if
(
null
!=
this
.
pluginsManager
)
this
.
pluginsManager
.
buttonClick
(
id
);
};
// Builder
// Builder
baseEditorsApi
.
prototype
.
asc_nativeInitBuilder
=
function
()
{
baseEditorsApi
.
prototype
.
asc_nativeInitBuilder
=
function
()
{
...
...
slide/api.js
View file @
24555f00
...
@@ -6615,6 +6615,7 @@ asc_docs_api.prototype["asc_SetSilentMode"] = asc_docs_api.prototype.asc_SetSile
...
@@ -6615,6 +6615,7 @@ asc_docs_api.prototype["asc_SetSilentMode"] = asc_docs_api.prototype.asc_SetSile
asc_docs_api
.
prototype
[
"
asc_pluginsRegister
"
]
=
asc_docs_api
.
prototype
.
asc_pluginsRegister
;
asc_docs_api
.
prototype
[
"
asc_pluginsRegister
"
]
=
asc_docs_api
.
prototype
.
asc_pluginsRegister
;
asc_docs_api
.
prototype
[
"
asc_pluginRun
"
]
=
asc_docs_api
.
prototype
.
asc_pluginRun
;
asc_docs_api
.
prototype
[
"
asc_pluginRun
"
]
=
asc_docs_api
.
prototype
.
asc_pluginRun
;
asc_docs_api
.
prototype
[
"
asc_pluginResize
"
]
=
asc_docs_api
.
prototype
.
asc_pluginResize
;
asc_docs_api
.
prototype
[
"
asc_pluginResize
"
]
=
asc_docs_api
.
prototype
.
asc_pluginResize
;
asc_docs_api
.
prototype
[
"
asc_pluginButtonClick
"
]
=
asc_docs_api
.
prototype
.
asc_pluginButtonClick
;
asc_docs_api
.
prototype
[
"
asc_addOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_addOleObject
;
asc_docs_api
.
prototype
[
"
asc_addOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_addOleObject
;
asc_docs_api
.
prototype
[
"
asc_editOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_editOleObject
;
asc_docs_api
.
prototype
[
"
asc_editOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_editOleObject
;
...
...
word/api.js
View file @
24555f00
...
@@ -8807,6 +8807,7 @@ asc_docs_api.prototype["asc_setInterfaceDrawImagePlaceShape"] = asc_docs_api.pro
...
@@ -8807,6 +8807,7 @@ asc_docs_api.prototype["asc_setInterfaceDrawImagePlaceShape"] = asc_docs_api.pro
asc_docs_api
.
prototype
[
"
asc_pluginsRegister
"
]
=
asc_docs_api
.
prototype
.
asc_pluginsRegister
;
asc_docs_api
.
prototype
[
"
asc_pluginsRegister
"
]
=
asc_docs_api
.
prototype
.
asc_pluginsRegister
;
asc_docs_api
.
prototype
[
"
asc_pluginRun
"
]
=
asc_docs_api
.
prototype
.
asc_pluginRun
;
asc_docs_api
.
prototype
[
"
asc_pluginRun
"
]
=
asc_docs_api
.
prototype
.
asc_pluginRun
;
asc_docs_api
.
prototype
[
"
asc_pluginResize
"
]
=
asc_docs_api
.
prototype
.
asc_pluginResize
;
asc_docs_api
.
prototype
[
"
asc_pluginResize
"
]
=
asc_docs_api
.
prototype
.
asc_pluginResize
;
asc_docs_api
.
prototype
[
"
asc_pluginButtonClick
"
]
=
asc_docs_api
.
prototype
.
asc_pluginButtonClick
;
asc_docs_api
.
prototype
[
"
asc_nativeInitBuilder
"
]
=
asc_docs_api
.
prototype
.
asc_nativeInitBuilder
;
asc_docs_api
.
prototype
[
"
asc_nativeInitBuilder
"
]
=
asc_docs_api
.
prototype
.
asc_nativeInitBuilder
;
asc_docs_api
.
prototype
[
"
asc_SetSilentMode
"
]
=
asc_docs_api
.
prototype
.
asc_SetSilentMode
;
asc_docs_api
.
prototype
[
"
asc_SetSilentMode
"
]
=
asc_docs_api
.
prototype
.
asc_SetSilentMode
;
asc_docs_api
.
prototype
[
"
asc_addOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_addOleObject
;
asc_docs_api
.
prototype
[
"
asc_addOleObject
"
]
=
asc_docs_api
.
prototype
.
asc_addOleObject
;
...
...
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