Commit bcdbd687 authored by Alexey.Musinov's avatar Alexey.Musinov

[ios] cell editor совмещен с web версией

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67089 954022d7-b5bf-4e40-9824-e11837661b57
parent 746cfe3b
This diff is collapsed.
......@@ -273,6 +273,8 @@ var native = CreateNativeEngine();
window.native = native;
window["native"] = native;
var asc_mobile = null;
function GetNativeEngine() {
return window.native;
}
......@@ -4480,7 +4482,8 @@ function offline_cell_editor_mouse_event(events, width, height, ratio) {
cellEditor.curLeft, cellEditor.curTop, cellEditor.curHeight];
}
function offline_cell_editor_close(x, y, width, height, ratio) {
_api.wb.cellEditor._tryCloseEditor();
var e = {which: 13, shiftKey: false, metaKey: false, ctrlKey: false};
_api.wb.cellEditor._tryCloseEditor(e);
}
function offline_cell_editor_selection() {
return _api.wb.cellEditor._drawSelection();
......
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