Commit 7d4f3730 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 9224118d
...@@ -7377,7 +7377,8 @@ background-repeat: no-repeat;\ ...@@ -7377,7 +7377,8 @@ background-repeat: no-repeat;\
/************************* Plugins "methods" ************************/ /************************* Plugins "methods" ************************/
window["asc_docs_api"].prototype["pluginMethod_OpenFile"] = function(binaryFile, fields, baseUrl) window["asc_docs_api"].prototype["pluginMethod_OpenFile"] = function(binaryFile, fields, baseUrl)
{ {
return "openFileReturn"; this.asc_CloseFile();
this.OpenDocument2(this.DocumentUrl, binaryFile);
}; };
window["asc_docs_api"].prototype["pluginMethod_GetFields"] = function() window["asc_docs_api"].prototype["pluginMethod_GetFields"] = function()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment