44 lines
1.9 KiB
PHP
44 lines
1.9 KiB
PHP
<script src="https://cdn.tiny.cloud/1/ws0u7bw3zjim17nmv8i4wx3ffelqlp2htu18jibhox5z7ii9/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script>
|
|
|
|
<script>
|
|
tinymce.init({
|
|
selector: 'textarea#basic',
|
|
height: 500,
|
|
plugins: ['code'],
|
|
toolbar: 'undo redo | blocks fontselect fontsizeselect | ' +
|
|
'bold italic backcolor | alignleft aligncenter ' +
|
|
'alignright alignjustify | bullist numlist outdent indent | code',
|
|
font_family_formats:
|
|
'Arial=arial,helvetica,sans-serif;' +
|
|
'Courier New=courier new,courier,monospace;' +
|
|
'Georgia=georgia,palatino;' +
|
|
'Tahoma=tahoma,arial,helvetica,sans-serif;' +
|
|
'Times New Roman=times new roman,times;' +
|
|
'Verdana=verdana,geneva;',
|
|
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }'
|
|
});
|
|
</script>
|
|
|
|
<script>
|
|
tinymce.init({
|
|
selector: 'textarea#advance',
|
|
height: 500,
|
|
plugins: [
|
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview',
|
|
'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
|
'insertdatetime', 'media', 'table', 'help', 'wordcount'
|
|
],
|
|
toolbar: 'undo redo | blocks fontselect fontsizeselect | ' +
|
|
'bold italic backcolor | alignleft aligncenter ' +
|
|
'alignright alignjustify | bullist numlist outdent indent | code',
|
|
font_family_formats:
|
|
'Arial=arial,helvetica,sans-serif;' +
|
|
'Courier New=courier new,courier,monospace;' +
|
|
'Georgia=georgia,palatino;' +
|
|
'Tahoma=tahoma,arial,helvetica,sans-serif;' +
|
|
'Times New Roman=times new roman,times;' +
|
|
'Verdana=verdana,geneva;',
|
|
content_style: 'body { font-family:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size:0.9375rem; color:#677788; }'
|
|
});
|
|
</script>
|