"><img> to paste in an image
Hi,
Initializing CKEditor for Ajax would be similar as for classic pages as long as the CKEditor js/css files are loaded before the ajax call. Probably you can include it globally in advance. Otherwise during the ajax call need to handle the required CKEditor resources loading and only after that you will need to initialize the CKEditor instances.
Regards.
Thank you Sean,
after 1 day of hustling, I ended-up include it globally in advance.
Glad that it worked. Thanks for the update
Just to let you know,
I tried it in MPA way, a flat html page and it works great.
thank you