A Pen by Stan Williams on CodePen.
Created
May 10, 2026 06:57
-
-
Save stanwmusic/6d2af01c73481a030370785be377f55a to your computer and use it in GitHub Desktop.
tinymce_Instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <textarea id="default">Howdy, World!</textarea> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tinymce.init({ | |
| selector: "textarea", // change this value according to the HTML | |
| toolbar: | |
| "undo redo | styles | bold italic | alignleft aligncenter alignright alignjustify | outdent indent" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment