Tinymice

Tinymce wysihtml5

Bootstrap html5 editor
$(document).ready(function() { if ($("#mymce").length > 0) { tinymce.init({ selector: "textarea#mymce", theme: "modern", height: 300, plugins: [ "advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker", "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", "save table contextmenu directionality emoticons template paste textcolor" ], toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | l ink image | print preview media fullpage | forecolor backcolor emoticons", }); } });