<!-- Appears on Tiny Blueprint (https://www.tiny.cloud/blog/) in articles:
- JavaScript Spell Checker-->
<textarea><p>Hello, Vorld!</p><p>Right-click on mispelled words to correct.</p></textarea>
tinymce.init({
selector: "textarea",
plugins: [
"advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table paste tinymcespellchecker"
],
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | spellchecker | bullist numlist outdent indent | link image",
height: 350
});
This Pen doesn't use any external CSS resources.