Commit 22906567 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

AscDesktopEditor_Save test version

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62218 954022d7-b5bf-4e40-9824-e11837661b57
parent a3e58879
...@@ -3672,6 +3672,11 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -3672,6 +3672,11 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
*/ */
window["AscDesktopEditor_Save"] = function()
{
return window["Asc"]["editor"].asc_Save();
};
asc["spreadsheet_api"] = spreadsheet_api; asc["spreadsheet_api"] = spreadsheet_api;
prot = spreadsheet_api.prototype; prot = spreadsheet_api.prototype;
......
...@@ -5546,3 +5546,8 @@ window["asc_docs_api"].prototype["asc_nativePrintPagesCount"] = function() ...@@ -5546,3 +5546,8 @@ window["asc_docs_api"].prototype["asc_nativePrintPagesCount"] = function()
{ {
return this.WordControl.m_oDrawingDocument.SlidesCount; return this.WordControl.m_oDrawingDocument.SlidesCount;
} }
window["AscDesktopEditor_Save"] = function()
{
return editor.asc_Save();
};
\ No newline at end of file
...@@ -7734,3 +7734,8 @@ function CSpellCheckApi_desktop() ...@@ -7734,3 +7734,8 @@ function CSpellCheckApi_desktop()
SpellCheck_CallBack(spellData); SpellCheck_CallBack(spellData);
}; };
} }
window["AscDesktopEditor_Save"] = function()
{
return editor.asc_Save();
};
\ No newline at end of file
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