Commit 3abf6e7a authored by Ilya.Kirillov's avatar Ilya.Kirillov

Добавлена функция закрытия файла, после выполнения которой можно загружать новый файл.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62640 954022d7-b5bf-4e40-9824-e11837661b57
parent 6112d8ec
...@@ -7452,7 +7452,7 @@ asc_docs_api.prototype.asc_undoAllChanges = function () ...@@ -7452,7 +7452,7 @@ asc_docs_api.prototype.asc_undoAllChanges = function ()
{ {
this.WordControl.m_oLogicDocument.Document_Undo({All : true}); this.WordControl.m_oLogicDocument.Document_Undo({All : true});
}; };
asc_docs_api.prototyp.asc_CloseFile = function() asc_docs_api.prototype.asc_CloseFile = function()
{ {
History.Clear(); History.Clear();
g_oTableId.Clear(); g_oTableId.Clear();
......
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