23 lines
970 B
PHP
23 lines
970 B
PHP
|
|
<script type="text/javascript">
|
|
tinymce.init({
|
|
|
|
selector: '#editor',
|
|
height: 500,
|
|
theme: 'modern',
|
|
plugins: 'image code autolink lists link imagetools',
|
|
toolbar: 'undo redo | image code link lists autolink imagetools',
|
|
contextmenu: "link image paste",
|
|
plugins: [
|
|
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
|
|
'searchreplace wordcount visualblocks visualchars code fullscreen',
|
|
'insertdatetime media nonbreaking save table contextmenu directionality',
|
|
'emoticons template paste textcolor colorpicker textpattern imagetools codesample toc'
|
|
],
|
|
|
|
toolbar1: '| cut copy paste | undo redo | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image ',
|
|
toolbar2: '| responsivefilemanager | print preview media | forecolor backcolor emoticons | codesample',
|
|
image_advtab: true,
|
|
|
|
});
|
|
</script> |