First of all, what a wonderful extension.
I have been struggling with encoding but now i got it work.
I have a bigger problem, i tried to pull data from ajax, but since there is not a way to update the currrent editor, i had no choice but to create new editor for each AJAX call
- Code: Select all
jQuery(function() {
jQuery(".wymeditor").wymeditor({
html: \''.$area.'\'});
});
Is there any way to remove the oldest editor or just to update the current editor
I have even tried to remove the class but i did not work neither.
- Code: Select all
('$(".wymeditor").remove();'
Thanks for you enlighment
F