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

save file command

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58856 954022d7-b5bf-4e40-9824-e11837661b57
parent f14c4466
......@@ -1923,6 +1923,14 @@ asc_docs_api.prototype["Call_Menu_Event"] = function(type, _params)
break;
}
case 200: // ASC_MENU_EVENT_TYPE_DOCUMENT_BASE64
{
var _stream = global_memory_stream_menu;
_stream["ClearNoAttack"]();
_stream["WriteStringA"](this["asc_nativeGetFile"]());
_return = _stream;
break;
}
default:
break;
}
......
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