-
-
<%= f.caption %>
-
+
+
+
+
+ <% _.each(quick, function(f) { %>
+ -
+
+
-
-
-
- <% }); %>
-
-
-
<%= textGroups %>
-
diff --git a/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js b/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js
index 45d702028..2afcde989 100644
--- a/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js
+++ b/apps/spreadsheeteditor/mobile/app/view/add/AddFunction.js
@@ -137,6 +137,14 @@ define([
return '';
},
+ layoutPage: function () {
+ return this.layout ? this.layout.find('#add-function-root').html() : '';
+ },
+
+ layoutPanel: function() {
+ return this.layout ? this.layout.find('#add-function-root .page-content').html() : '';
+ },
+
initControls: function () {
//
},