Commit acd036a5 authored by Oleg.Korshul's avatar Oleg.Korshul

delete vertical scroll function

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65927 954022d7-b5bf-4e40-9824-e11837661b57
parent e1e2e3e6
......@@ -2364,6 +2364,13 @@ function CEditorPage(api)
this.OnScroll();
}
this.DeleteVerticalScroll = function()
{
this.m_oMainView.Bounds.R = 0;
this.m_oPanelRight.HtmlElement.style.display = "none";
this.OnResize();
}
this.OnResize = function(isAttack)
{
var isNewSize = this.checkBodySize();
......
......@@ -4306,6 +4306,10 @@ asc_docs_api.prototype.ShowThumbnails = function(bIsShow)
this.WordControl.OldSplitter1Pos = old;
}
};
asc_docs_api.prototype.asc_DeleteVerticalScroll = function()
{
this.WordControl.DeleteVerticalScroll();
};
asc_docs_api.prototype.syncOnThumbnailsShow = function()
{
......
......@@ -338,6 +338,7 @@ asc_docs_api.prototype['sync_MouseMoveStartCallback'] = asc_docs_api.prototype.s
asc_docs_api.prototype['sync_MouseMoveEndCallback'] = asc_docs_api.prototype.sync_MouseMoveEndCallback;
asc_docs_api.prototype['sync_MouseMoveCallback'] = asc_docs_api.prototype.sync_MouseMoveCallback;
asc_docs_api.prototype['ShowThumbnails'] = asc_docs_api.prototype.ShowThumbnails;
asc_docs_api.prototype['asc_DeleteVerticalScroll'] = asc_docs_api.prototype.asc_DeleteVerticalScroll;
asc_docs_api.prototype['syncOnThumbnailsShow'] = asc_docs_api.prototype.syncOnThumbnailsShow;
asc_docs_api.prototype['can_AddHyperlink'] = asc_docs_api.prototype.can_AddHyperlink;
asc_docs_api.prototype['add_Hyperlink'] = asc_docs_api.prototype.add_Hyperlink;
......
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