$(function () { tinymce.init({ selector: 'textarea.htmleditor', menubar: 'edit table format view', height: 400, statusbar: false, autoresize_min_height : 200, autoresize_max_height : 600, paste_as_text: true, convert_fonts_to_spans : true, language: 'da', paste_word_valid_elements: 'b,strong,i,em,h1,h2', browser_spellcheck: true, custom_undo_redo_levels: 10, plugins: [ 'advlist autolink lists link charmap print preview anchor', 'searchreplace visualblocks code fullscreen autoresize textcolor', 'insertdatetime table contextmenu paste image' ], toolbar: 'undo redo | bold italic | alignleft aligncenter alignright | bullist numlist outdent indent | link' }); });