Commit c6ed480e authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51765 954022d7-b5bf-4e40-9824-e11837661b57
parent ded4f283
...@@ -164,14 +164,6 @@ ...@@ -164,14 +164,6 @@
if (this._otherProps._key.length) { if (this._otherProps._key.length) {
OfficeExcel.DrawKey(this, this._otherProps._key, this._otherProps._colors); OfficeExcel.DrawKey(this, this._otherProps._key, this._otherProps._colors);
} }
/**
* Setup the context menu if required
*/
if (this._otherProps._contextmenu) {
OfficeExcel.ShowContext(this);
}
/** /**
......
This diff is collapsed.
...@@ -355,12 +355,6 @@ ...@@ -355,12 +355,6 @@
} }
} }
/**
* Setup the context menu if required
*/
if (this._otherProps._contextmenu) {
OfficeExcel.ShowContext(this);
}
/** /**
......
...@@ -193,9 +193,6 @@ ...@@ -193,9 +193,6 @@
this.scale[4] = Number(this.scale[4]).toFixed(this._otherProps._scale_decimals); this.scale[4] = Number(this.scale[4]).toFixed(this._otherProps._scale_decimals);
} }
} }
// ContextMenu
if (this._otherProps._contextmenu)
OfficeExcel.ShowContext(this);
// Reset coords // Reset coords
this.coords = []; this.coords = [];
......
...@@ -216,14 +216,6 @@ ...@@ -216,14 +216,6 @@
* Draw the labels * Draw the labels
*/ */
this.DrawLabels(isFormatCell); this.DrawLabels(isFormatCell);
/**
* Setup the context menu if required
*/
if (this._otherProps._contextmenu) {
OfficeExcel.ShowContext(this);
}
/** /**
* Install the clickand mousemove event listeners * Install the clickand mousemove event listeners
......
...@@ -260,14 +260,6 @@ ...@@ -260,14 +260,6 @@
} }
/**
* Setup the context menu if required
*/
if (this._otherProps._contextmenu) {
OfficeExcel.ShowContext(this);
}
/** /**
* Install the clickand mousemove event listeners * Install the clickand mousemove event listeners
*/ */
......
...@@ -125,7 +125,6 @@ ...@@ -125,7 +125,6 @@
<script type="text/javascript" src="../Common/SerializeCommonWordExcel.js"></script> <script type="text/javascript" src="../Common/SerializeCommonWordExcel.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.core.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.core.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
......
...@@ -194,7 +194,6 @@ ...@@ -194,7 +194,6 @@
<script type="text/javascript" src="../../../../OfficeWeb/Common/SerializeCommonWordExcel.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/SerializeCommonWordExcel.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.core.js"></script> <script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.core.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.key.js"></script> <script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script> <script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
<script type="text/javascript" src="../Common/Charts/charts.js"></script> <script type="text/javascript" src="../Common/Charts/charts.js"></script>
<script type="text/javascript" src="../Common/SerializeCommonWordExcel.js"></script> <script type="text/javascript" src="../Common/SerializeCommonWordExcel.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.core.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.core.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.bar.js"></script> <script src="../Common/Charts/libraries/OfficeExcel.bar.js"></script>
......
...@@ -111,7 +111,6 @@ ...@@ -111,7 +111,6 @@
<script type="text/javascript" src="../../../../OfficeWeb/Common/commonDefines.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/commonDefines.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/SerializeCommonWordExcel.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/SerializeCommonWordExcel.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.core.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.core.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.key.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
<script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.bar.js"></script> <script type="text/javascript" src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.bar.js"></script>
......
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