Commit 3e46b13d authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[ios] update

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68624 954022d7-b5bf-4e40-9824-e11837661b57
parent bfdeaf68
......@@ -6036,6 +6036,19 @@ function offline_apply_event(type,params) {
break;
}
case 7000: // ASC_SPREADSHEETS_EVENT_TYPE_CHECK_DATA_RANGE
{
var isValid = _api.asc_checkDataRange(c_oAscSelectionDialogType.Chart, params, false);
_stream = global_memory_stream_menu;
_stream["ClearNoAttack"]();
_stream["WriteLong"](isValid);
_return = _stream;
console.log('CHECK_DATA_RANGE: ' + isValid);
break;
}
default:
break;
}
......
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