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";
* -----------------------------------------------------------------------------
*/
window["AscDesktopEditor_Save"] = function()
{
return window["Asc"]["editor"].asc_Save();
};
asc["spreadsheet_api"] = spreadsheet_api;
prot = spreadsheet_api.prototype;
......
......@@ -5545,4 +5545,9 @@ window["asc_docs_api"].prototype["asc_nativePrint"] = function(_printer, _page)
window["asc_docs_api"].prototype["asc_nativePrintPagesCount"] = function()
{
return this.WordControl.m_oDrawingDocument.SlidesCount;
}
\ No newline at end of file
}
window["AscDesktopEditor_Save"] = function()
{
return editor.asc_Save();
};
\ No newline at end of file
......@@ -7733,4 +7733,9 @@ function CSpellCheckApi_desktop()
{
SpellCheck_CallBack(spellData);
};
}
\ No newline at end of file
}
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