From c65534a79a70a3136eaeee2dd210fb9f45b029bc Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Sat, 30 Apr 2022 17:47:15 +0200 Subject: [PATCH] added tables to tiny mce --- app/views/grants/_form.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/grants/_form.html.erb b/app/views/grants/_form.html.erb index ddc1b36..773ffeb 100644 --- a/app/views/grants/_form.html.erb +++ b/app/views/grants/_form.html.erb @@ -223,12 +223,12 @@ plugins: [ 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', - 'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' + 'insertdatetime', 'media', 'table', 'code', 'wordcount' ], toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | help', + 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }' }); @@ -239,12 +239,12 @@ plugins: [ 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', - 'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' + 'insertdatetime', 'media', 'table', 'code', 'wordcount' ], toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | help', + 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }', language: 'pl' }); @@ -256,12 +256,12 @@ plugins: [ 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', - 'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' + 'insertdatetime', 'media', 'table', 'code', 'wordcount' ], toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | help', + 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }' }); });