]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/form.blade.php
Expanded chapters interface and improved book/page deletion
[bookstack] / resources / views / pages / form.blade.php
index c96a14829ee87f6801b3fc546791fd7d50a73383..667a855a5efebc0e0759b6715b2f808eca4e92cf 100644 (file)
             body_class: 'page-content',
             relative_urls: false,
             statusbar: false,
-            height: 600,
-            plugins: "image table textcolor paste link imagetools",
-            toolbar: "undo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table image link | fontsizeselect full",
+            menubar: false,
+            height: 700,
+            plugins: "image table textcolor paste link imagetools fullscreen",
+            toolbar: "undo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table image link | fontsizeselect fullscreen",
             content_style: "body {padding-left: 15px !important; padding-right: 15px !important; margin:0!important; margin-left:auto!important;margin-right:auto!important;}",
             file_browser_callback: function(field_name, url, type, win) {
                 ImageManager.show('#image-manager', function(image) {
                         win.document.getElementById(field_name).fireEvent("onchange");
                     }
                 });
-            },
-            setup: function(editor) {
-                editor.addButton('full', {
-                    title: 'Expand Editor',
-                    icon: 'fullscreen',
-                    onclick: function() {
-                        var container = $(editor.getContainer()).toggleClass('fullscreen');
-                        var isFull = container.hasClass('fullscreen');
-                        var iframe = container.find('iframe').first();
-                        var height = isFull ? $(window).height()-110 : 600;
-                        iframe.css('height', height + 'px');
-                    }
-                });
             }
+//            setup: function(editor) {
+//                editor.addButton('full', {
+//                    title: 'Expand Editor',
+//                    icon: 'fullscreen',
+//                    onclick: function() {
+//                        var container = $(editor.getContainer()).toggleClass('fullscreen');
+//                        var isFull = container.hasClass('fullscreen');
+//                        var iframe = container.find('iframe').first();
+//                        var height = isFull ? $(window).height()-110 : 600;
+//                        iframe.css('height', height + 'px');
+//                    }
+//                });
+//            }
         });