<body>
<h1>TinyMCE Example</h1>
<form method="post">
<textarea id="editor"></textarea>
</form>
</body>
tinymce.init({
selector: "#editor",
plugins: 'lists link emoticons image editimage advcode linkchecker template powerpaste tinymcespellchecker autoresize',
menubar: true,
toolbar_location: 'bottom',
toolbar: 'undo redo spellchecker | formatgroup | link emoticons image template | code',
});
This Pen doesn't use any external CSS resources.