[SSE mobile] modified description

This commit is contained in:
Maxim Kadushkin 2016-12-14 15:38:22 +03:00
parent bfb8075b9a
commit dd8845ea12
11 changed files with 5 additions and 16 deletions

View file

@ -33,7 +33,6 @@
/** /**
* DocumentHolder.js * DocumentHolder.js
* Document Editor
* *
* Created by Maxim Kadushkin on 11/15/16 * Created by Maxim Kadushkin on 11/15/16
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* Editor.js * Editor.js
* Document Editor
* *
* Created by Maxim Kadushkin on 11/15/16 * Created by Maxim Kadushkin on 11/15/16
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* Main.js * Main.js
* Document Editor
* *
* Created by Maxim Kadushkin on 11/15/16 * Created by Maxim Kadushkin on 11/15/16
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.
@ -98,7 +97,7 @@ define([
me.api = new Asc.spreadsheet_api({ me.api = new Asc.spreadsheet_api({
'id-view' : 'editor_sdk', 'id-view' : 'editor_sdk',
'id-input' : 'ce-cell-content' 'id-input' : 'ce-cell-content'
,'mobile' : true // ,'mobile' : true
}); });
if (me.api){ 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.', 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', criticalErrorTitle: 'Error',
notcriticalErrorTitle: 'Warning', notcriticalErrorTitle: 'Warning',
errorDefaultMessage: 'Error code: %1', errorDefaultMessage: 'Error code: %1',

View file

@ -33,7 +33,6 @@
/** /**
* Settings.js * Settings.js
* Document Editor
* *
* Created by Maxim Kadushkin on 12/05/2016 * Created by Maxim Kadushkin on 12/05/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -32,7 +32,6 @@
*/ */
/** /**
* AddOther.js * AddOther.js
* Document Editor
* *
* Created by Kadushkin Maxim on 12/07/2016 * Created by Kadushkin Maxim on 12/07/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.
@ -67,8 +66,8 @@ define([
this.addListeners({ this.addListeners({
'AddOther': { 'AddOther': {
'page:show' : this.onPageShow 'page:show' : this.onPageShow
, 'insert:link': this.onInsertLink , 'link:insert': this.onInsertLink
, 'insert:image': this.onInsertImage , 'image:insert': this.onInsertImage
} }
}); });
}, },

View file

@ -33,7 +33,6 @@
/** /**
* AddShape.js * AddShape.js
* Document Editor
* *
* Created by Maxim Kadushkin on 12/07/2016 * Created by Maxim Kadushkin on 12/07/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.
@ -215,7 +214,7 @@ define([
var $target = $(e.currentTarget); var $target = $(e.currentTarget);
if ($target && this.api) { if ($target && this.api) {
this.api.addShapeOnSheet($target.data('type')); this.api.asc_addShapeOnSheet($target.data('type'));
} }
SSE.getController('AddContainer').hideModal(); SSE.getController('AddContainer').hideModal();

View file

@ -33,7 +33,6 @@
/** /**
* DocumentHolder.js * DocumentHolder.js
* Document Editor
* *
* Created by Maxim Kadushkin on 11/8/16 * Created by Maxim Kadushkin on 11/8/16
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* Editor.js * Editor.js
* Document Editor
* *
* Created by Maxim Kadushkin on 11/15/16 * Created by Maxim Kadushkin on 11/15/16
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* Settings.js * Settings.js
* Document Editor
* *
* Created by Maxim Kadushkin on 12/05/2016 * Created by Maxim Kadushkin on 12/05/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* AddOther.js * AddOther.js
* Document Editor
* *
* Created by Kadushkin Maxim on 12/07/2016 * Created by Kadushkin Maxim on 12/07/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.

View file

@ -33,7 +33,6 @@
/** /**
* AddShape.js * AddShape.js
* Document Editor
* *
* Created by Maxim Kadushkin on 12/07/2016 * Created by Maxim Kadushkin on 12/07/2016
* Copyright (c) 2016 Ascensio System SIA. All rights reserved. * Copyright (c) 2016 Ascensio System SIA. All rights reserved.