[SSE mobile] modified description
This commit is contained in:
parent
bfb8075b9a
commit
dd8845ea12
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* DocumentHolder.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 11/15/16
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* Editor.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 11/15/16
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* Main.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 11/15/16
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
@ -98,7 +97,7 @@ define([
|
|||
me.api = new Asc.spreadsheet_api({
|
||||
'id-view' : 'editor_sdk',
|
||||
'id-input' : 'ce-cell-content'
|
||||
,'mobile' : true
|
||||
// ,'mobile' : true
|
||||
});
|
||||
|
||||
if (me.api){
|
||||
|
@ -1437,7 +1436,7 @@ define([
|
|||
},
|
||||
|
||||
leavePageText: 'You have unsaved changes in this document. Click \'Stay on this Page\' then \'Save\' to save them. Click \'Leave this Page\' to discard all the unsaved changes.',
|
||||
defaultTitleText: 'ONLYOFFICE Document Editor',
|
||||
defaultTitleText: 'ONLYOFFICE Spreadsheet Editor',
|
||||
criticalErrorTitle: 'Error',
|
||||
notcriticalErrorTitle: 'Warning',
|
||||
errorDefaultMessage: 'Error code: %1',
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* Settings.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 12/05/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
*/
|
||||
/**
|
||||
* AddOther.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Kadushkin Maxim on 12/07/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
@ -67,8 +66,8 @@ define([
|
|||
this.addListeners({
|
||||
'AddOther': {
|
||||
'page:show' : this.onPageShow
|
||||
, 'insert:link': this.onInsertLink
|
||||
, 'insert:image': this.onInsertImage
|
||||
, 'link:insert': this.onInsertLink
|
||||
, 'image:insert': this.onInsertImage
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* AddShape.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 12/07/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
@ -215,7 +214,7 @@ define([
|
|||
var $target = $(e.currentTarget);
|
||||
|
||||
if ($target && this.api) {
|
||||
this.api.addShapeOnSheet($target.data('type'));
|
||||
this.api.asc_addShapeOnSheet($target.data('type'));
|
||||
}
|
||||
|
||||
SSE.getController('AddContainer').hideModal();
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* DocumentHolder.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 11/8/16
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* Editor.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 11/15/16
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* Settings.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 12/05/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* AddOther.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Kadushkin Maxim on 12/07/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
/**
|
||||
* AddShape.js
|
||||
* Document Editor
|
||||
*
|
||||
* Created by Maxim Kadushkin on 12/07/2016
|
||||
* Copyright (c) 2016 Ascensio System SIA. All rights reserved.
|
||||
|
|
Loading…
Reference in a new issue