Commit 3a1e43e5 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Add AddContainer.

parent f382936b
...@@ -130,7 +130,7 @@ require([ ...@@ -130,7 +130,7 @@ require([
// ,'EditShape' // ,'EditShape'
// ,'EditChart' // ,'EditChart'
// ,'EditHyperlink' // ,'EditHyperlink'
// ,'AddContainer' ,'AddContainer'
// ,'AddTable' // ,'AddTable'
// ,'AddShape' // ,'AddShape'
// ,'AddImage' // ,'AddImage'
...@@ -192,19 +192,19 @@ require([ ...@@ -192,19 +192,19 @@ require([
, 'spreadsheeteditor/mobile/app/controller/CellEditor' , 'spreadsheeteditor/mobile/app/controller/CellEditor'
, 'spreadsheeteditor/mobile/app/controller/Statusbar' , 'spreadsheeteditor/mobile/app/controller/Statusbar'
, 'spreadsheeteditor/mobile/app/controller/Settings' , 'spreadsheeteditor/mobile/app/controller/Settings'
// ,'documenteditor/mobile/app/controller/edit/EditContainer' // ,'spreadsheeteditor/mobile/app/controller/edit/EditContainer'
// ,'documenteditor/mobile/app/controller/edit/EditText' // ,'spreadsheeteditor/mobile/app/controller/edit/EditText'
// ,'documenteditor/mobile/app/controller/edit/EditParagraph' // ,'spreadsheeteditor/mobile/app/controller/edit/EditParagraph'
// ,'documenteditor/mobile/app/controller/edit/EditTable' // ,'spreadsheeteditor/mobile/app/controller/edit/EditTable'
// ,'documenteditor/mobile/app/controller/edit/EditImage' // ,'spreadsheeteditor/mobile/app/controller/edit/EditImage'
// ,'documenteditor/mobile/app/controller/edit/EditShape' // ,'spreadsheeteditor/mobile/app/controller/edit/EditShape'
// ,'documenteditor/mobile/app/controller/edit/EditChart' // ,'spreadsheeteditor/mobile/app/controller/edit/EditChart'
// ,'documenteditor/mobile/app/controller/edit/EditHyperlink' // ,'spreadsheeteditor/mobile/app/controller/edit/EditHyperlink'
// ,'documenteditor/mobile/app/controller/add/AddContainer' ,'spreadsheeteditor/mobile/app/controller/add/AddContainer'
// ,'documenteditor/mobile/app/controller/add/AddTable' // ,'spreadsheeteditor/mobile/app/controller/add/AddTable'
// ,'documenteditor/mobile/app/controller/add/AddShape' // ,'spreadsheeteditor/mobile/app/controller/add/AddShape'
// ,'documenteditor/mobile/app/controller/add/AddImage' // ,'spreadsheeteditor/mobile/app/controller/add/AddImage'
// ,'documenteditor/mobile/app/controller/add/AddOther' // ,'spreadsheeteditor/mobile/app/controller/add/AddOther'
], function() { ], function() {
app.start(); app.start();
}); });
......
...@@ -130,7 +130,7 @@ define([ ...@@ -130,7 +130,7 @@ define([
// Inserts // Inserts
showInserts: function () { showInserts: function () {
// SSE.getController('AddContainer').showModal(); SSE.getController('AddContainer').showModal();
}, },
// Settings // Settings
......
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