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

offlineMode: updateTitle

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47226 954022d7-b5bf-4e40-9824-e11837661b57
parent 5d0bdb72
...@@ -2488,7 +2488,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -2488,7 +2488,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
window['scriptBridge']['save_csv'] = function() { window['scriptBridge']['save_csv'] = function() {
var v = {"id":this.documentId, "c":"getcodepage"}; var v = {"id":this.documentId, "c":"getcodepage"};
this._asc_sendCommand (function(incomeObject){ t._asc_sendCommand (function(incomeObject){
// if(null != incomeObject && "save" == incomeObject.type) // if(null != incomeObject && "save" == incomeObject.type)
// { // {
// var outputData = JSON.parse(incomeObject.data); // var outputData = JSON.parse(incomeObject.data);
...@@ -2499,7 +2499,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -2499,7 +2499,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// t.asc_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.DownloadAs); // t.asc_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.DownloadAs);
}, JSON.stringify(v)); }, JSON.stringify(v));
// if (c_oAscFileType.CSV === sFormat) { // if (c_oAscFileType.CSV === sFormat) {
// if (options instanceof asc.asc_CCSVAdvancedOptions) { // if (options instanceof asc.asc_CCSVAdvancedOptions) {
// oAdditionalData["codepage"] = options.asc_getCodePage(); // oAdditionalData["codepage"] = options.asc_getCodePage();
......
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