[Answered ]-TinyMCE does not addControl of a specific textarea

2👍

Ok, after trying a lot of different thing I figured out that my problem was that the textarea was hidden:

style= "display: none"

So that was the problem, since the textarea can be drawn everything is ok.

I hope it helps to other people that comes with the same issue.

Regards

Leave a comment