Commit 0c77783a authored by Ilya.Kirillov's avatar Ilya.Kirillov

Добавлены функции в апи для начала и окончания режима просмотра для рассылок.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60914 954022d7-b5bf-4e40-9824-e11837661b57
parent e14d8da9
......@@ -7814,6 +7814,14 @@ asc_docs_api.prototype.asc_SetHighlightMailMergeFields = function(Value)
{
this.WordControl.m_oLogicDocument.Set_HightlightMailMergeFields(Value);
};
asc_docs_api.prototype.asc_PreviewMailMergeResult = function(Index)
{
this.WordControl.m_oLogicDocument.Preview_MailMergeResult(Index);
};
asc_docs_api.prototype.asc_EndPreviewMailMergeResult = function()
{
this.WordControl.m_oLogicDocument.EndPreview_MailMergeResult();
};
asc_docs_api.prototype.sync_StartMailMerge = function()
{
this.asc_fireCallback("asc_onStartMailMerge");
......
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