Skip to content

Tag: tinymce

getting errolist when using htmx and tinymce

Im trying to implement post request with htmx and for rich text editor using tinymce. my form : The error I get : it works just ok when I used the traditional post request with TinyMCE. when I used htmx without TinyMCE its work just fine too. it just when I combine htmx and TinyMCE I get the error. my

TinyMCE some buttons are not showing up

I am trying to add a link/unlink and image button to my TinyMCE editor. Now I have the following code: However its showing an empty first toolbar. Please see my fiddle: JSFiddle Answer You have used two toolbars though the issue seems to be with plugins, try instead using below: DEMO

Use tinymce editor only once textarea

I am using tinymce editor and i have 4 textarea in my form when i use tinymce change all my textarea to editor but i want change only one my textarea to editor. it’s my tinymce code: how can do it? thank you Answer Read this article in the TinyMCE manual. Use mode either with specific_textareas or exact…

TinyMCE : Toolbar icons not appearing

I was exploring tiny mce editor for one of my project and what I found out was the Icons in the tool bar are not appearing. It is showing some unicode which the browser is unable to display. Here is the html code for the page: On the other hand if I replace the script with I am able to