Commit 4deb99f8 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[ios] cell editor


git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67297 954022d7-b5bf-4e40-9824-e11837661b57
parent 563d02c9
......@@ -4510,12 +4510,7 @@ function offline_cell_editor_key_event(keys, width, height, ratio) {
return [cellEditor.left, cellEditor.top, cellEditor.right, cellEditor.bottom,
cellEditor.curLeft, cellEditor.curTop, cellEditor.curHeight];
}
function offline_cell_editor_mouse_event(events, width, height, ratio) {
if (events.length) {
_null_object.width = width * ratio;
_null_object.height = height * ratio;
}
function offline_cell_editor_mouse_event(events) {
var left, right;
var cellEditor = _api.wb.cellEditor;
......
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