Commit 7e3435c0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48834 954022d7-b5bf-4e40-9824-e11837661b57
parent 114bcf2b
...@@ -574,6 +574,8 @@ function CDrawingPage() ...@@ -574,6 +574,8 @@ function CDrawingPage()
function CDrawingDocument() function CDrawingDocument()
{ {
this.IsLockObjectsEnable = false;
this.cursorPaintFormat = ""; this.cursorPaintFormat = "";
if (bIsIE) if (bIsIE)
{ {
...@@ -676,6 +678,12 @@ function CDrawingDocument() ...@@ -676,6 +678,12 @@ function CDrawingDocument()
return "rgb(" + this.TargetCursorColor.R + "," + this.TargetCursorColor.G + "," + this.TargetCursorColor.B + ")"; return "rgb(" + this.TargetCursorColor.R + "," + this.TargetCursorColor.G + "," + this.TargetCursorColor.B + ")";
} }
this.Start_CollaborationEditing = function()
{
this.IsLockObjectsEnable = true;
this.m_oWordControl.OnRePaintAttack();
}
this.SetCursorType = function(sType) this.SetCursorType = function(sType)
{ {
if ("" == this.m_sLockedCursorType) if ("" == this.m_sLockedCursorType)
......
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