Commit 1f0eea68 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26814 - Отсутствует меню для редактирования гиперссылки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60091 954022d7-b5bf-4e40-9824-e11837661b57
parent 00731b1b
......@@ -2616,6 +2616,16 @@ CPresentation.prototype =
{
editor.UpdateTextPr(text_pr);
}
var Hyperlink = this.Hyperlink_Check(false);
if (Hyperlink )
{
var HyperText = new CParagraphGetText();
Hyperlink.Get_Text( HyperText );
var HyperProps = new CHyperlinkProperty(Hyperlink);
HyperProps.put_Text( HyperText.Text );
editor.sync_HyperlinkPropCallback(HyperProps);
}
}
}
editor.sync_EndCatchSelectedElements();
......
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