1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<textarea name="post_content" placeholder="Write content Here" id="post_content"></textarea> <script src="//cdnjs.cloudflare.com/ajax/libs/tinymce/4.5.1/tinymce.min.js"></script> <script type="text/javascript"> tinymce.init({ selector: '#post_content', height: 400, theme: 'modern', 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' ], toolbar1: 'insertfile undo redo | styleselect | forecolor backcolor emoticons | bullist numlist | outdent indent', toolbar2: 'preview | source code | link image media | table', image_advtab: true }); </script> |
JavaScript – WYSIWYG HTML Editor
Author: admin - Posted: 15/12/20 - Update: 15/12/20