added tables to tiny mce

This commit is contained in:
Adrian Hinz 2022-04-30 17:47:15 +02:00
parent 0fb2362b0a
commit c65534a79a
1 changed files with 6 additions and 6 deletions

View File

@ -223,12 +223,12 @@
plugins: [ plugins: [
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' 'insertdatetime', 'media', 'table', 'code', 'wordcount'
], ],
toolbar: 'undo redo | blocks | ' + toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' + 'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' + '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 }' content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
}); });
@ -239,12 +239,12 @@
plugins: [ plugins: [
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' 'insertdatetime', 'media', 'table', 'code', 'wordcount'
], ],
toolbar: 'undo redo | blocks | ' + toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' + 'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' + '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 }', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }',
language: 'pl' language: 'pl'
}); });
@ -256,12 +256,12 @@
plugins: [ plugins: [
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount' 'insertdatetime', 'media', 'table', 'code', 'wordcount'
], ],
toolbar: 'undo redo | blocks | ' + toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' + 'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' + '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 }' content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
}); });
}); });