Commit 44b3c4e7 authored by Igor.Zotov's avatar Igor.Zotov

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51761 954022d7-b5bf-4e40-9824-e11837661b57
parent 082786d7
......@@ -219,12 +219,6 @@
OfficeExcel.DrawCrosshairs(this);
}
/**
* This function enables resizing
*/
if (this._otherProps._resizable) {
OfficeExcel.AllowResizing(this);
}
/**
......
This diff is collapsed.
This diff is collapsed.
......@@ -367,13 +367,6 @@
* Draw "in graph" labels
*/
OfficeExcel.DrawInGraphLabels(this);
/**
* This function enables resizing
*/
if (this._otherProps._resizable) {
OfficeExcel.AllowResizing(this);
}
/**
......
......@@ -428,10 +428,6 @@
} else if (this._otherProps._filled && this._otherProps._filled_range)
alert('[LINE] You must have only two sets of data for a filled range chart');
// Resizing
if (this._otherProps._resizable)
OfficeExcel.AllowResizing(this);
// Adjustments
if (this._otherProps._adjustable)
OfficeExcel.AllowAdjusting(this);
......
......@@ -490,13 +490,6 @@
}
OfficeExcel.NoShadow(this);
/**
* This function enables resizing
*/
if (this._otherProps._resizable) {
OfficeExcel.AllowResizing(this);
}
/**
......
......@@ -407,13 +407,6 @@
OfficeExcel.DrawCrosshairs(this);
/**
* This function enables resizing
*/
if (this._otherProps._resizable) {
OfficeExcel.AllowResizing(this);
}
/**
* Fire the OfficeExcel ondraw event
*/
......
......@@ -128,7 +128,6 @@
<script src="../Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.effects.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.resizing.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.bar.js"></script>
......
......@@ -197,7 +197,6 @@
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.effects.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.resizing.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.common.tooltips.js"></script>
<script src="../../../../OfficeWeb/Common/Charts/libraries/OfficeExcel.bar.js"></script>
......
......@@ -49,7 +49,6 @@
<script src="../Common/Charts/libraries/OfficeExcel.common.context.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.effects.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.key.js"></script>
<script src="../Common/Charts/libraries/OfficeExcel.common.resizing.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.hbar.js"></script>
......
......@@ -114,7 +114,6 @@
<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.effects.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.resizing.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.hbar.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