tinymce.html 211 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html> <html> <head> <title>TinyMCE</title> <script src="js/tinymce.min.js"></script> </head> <body onload="tinymce.init({selector:'textarea'})"> <textarea>Initial content</textarea> </body> </html>