Skip to content
Advertisement

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:

JavaScript

how can do it? thank you

Advertisement

Answer

Read this article in the TinyMCE manual. Use mode either with specific_textareas or exact.

Your initialisation code should look like this:

JavaScript

…or…

JavaScript

…and your HTML could look like this:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement