Commit e16df291 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил onChangeColumnWidth

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55773 954022d7-b5bf-4e40-9824-e11837661b57
parent c82eaa27
......@@ -507,9 +507,6 @@
api.asc_registerCallback("asc_onSelectionRangeChanged", function (val) {
$("#chartRange").val(val);
});
api.asc_registerCallback("asc_onSelectionRangeChanged", function (val) {
$("#formatTableRange").val(val);
});
......
......@@ -498,7 +498,7 @@
"getDCForCharts" : function () { return self.drawingCtxCharts; },
"onRenameCellTextEnd" : function (countFind, countReplace) {self.handlers.trigger("asc_onRenameCellTextEnd", countFind, countReplace);},
"onStopFormatPainter" : function () {self.handlers.trigger("asc_onStopFormatPainter");},
"onChangeColumnWidth" : function (widthCC, widthPx) {self.handlers.trigger("asc_onChangeColumnWidth");},
"onChangeColumnWidth" : function (widthCC, widthPx) {self.handlers.trigger("asc_onChangeColumnWidth", widthCC, widthPx);},
"onChangeRowHeight" : function (heightPt, heightPx) {self.handlers.trigger("asc_onChangeRowHeight", heightPt, heightPx);}
}, this.buffers, this.stringRender, this.maxDigitWidth, this.collaborativeEditing, opt);
};
......
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