Wysiwyg javascript editor with image loading function (use with JEditable)

I'm looking for a good wysiwyg editor with the ability to load images (i.e. user can add as many images as they like, form url or drive and they will be loaded).

I already tried TinyMCE, but it was really heavy and took a very long time to load (I only use JEditable to make the editor appear when the user clicks on it).

+2


a source to share


1 answer


I have used components from dhtmlx.com and have had pretty good success with them. You can buy the libraries or use the open source version of them if your project meets the requirements.



You can find the editor library here: http://dhtmlx.com/docs/products/dhtmlxEditor/index.shtml

+1


a source