Commit 0fd69614 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

ToolTip в гиперссылках

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51158 954022d7-b5bf-4e40-9824-e11837661b57
parent 3d7e1859
......@@ -838,6 +838,7 @@ CShape.prototype =
var hyper_props = new CHyperlinkProperty();
hyper_props.Text = options.text;
hyper_props.Value = options.hyperlinkModel.Hyperlink;
hyper_props.ToolTip = options.hyperlinkModel.Tooltip;
this.txBody.content.Hyperlink_Add(hyper_props);
this.txBody.calculateContent();
this.calculateTransformTextMatrix();
......
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