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

CorrectImageUrls Copy/Paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58984 954022d7-b5bf-4e40-9824-e11837661b57
parent 806c9d72
......@@ -5012,7 +5012,7 @@ asc_docs_api.prototype.Call_Menu_Context_Paste = function(type, param)
}
else if (1 == type)
{
// TODO:
this.AddImageUrlNative(param, 50, 50);
}
else if (2 == type)
{
......@@ -5047,9 +5047,9 @@ asc_docs_api.prototype.pre_Paste = function(_fonts, _images, callback)
window.NativeCorrectImageUrlOnPaste = function(url)
{
return url;
return window.native.CorrectImageUrlOnPaste(url);
};
window.NativeCorrectImageUrlOnCopy = function(url)
{
return url;
return window.native.CorrectImageUrlOnCopy(url);
};
\ 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