I am trying to create a Rich Textarea Editor in a widget textarea.
I have read the documentation about wp_editor() and even tried to integrate but as they explain it is not possible to use it in draggable items.
I also have tried to integrate the Editor from Black Studio TinyMCE Widget plugin, however even with some recommendations from the plugin developer it doesn’t work.
I also have tried to integrate the CLEditor to no avail. It loads, it shows the buttons but the text doesnt appear until I inspect the element, I tried to fix this but I couldn’t find a way.
So my question is has someone succesfully integrated a Rich Textarea Editor in a custom Widget?