简体   繁体   English

具有图像上传功能的Java所见即所得编辑器(与JEditable一起使用)

[英]Javascript wysiwyg editor with image upload functionality (use with JEditable)

I'm looking for a good wysiwyg editor with image upload functionality (ie a user can add as many pictures as he likes, form URL's or disk, and they'll be uploaded). 我正在寻找一个具有图像上传功能的好的所见即所得编辑器(即,用户可以添加任意数量的图片,表单URL或磁盘,然后将它们上传)。

I already tried TinyMCE, but it was really heavy and took a very long time to load (I'm using JEditable to only make the editor appear when the user clicks on it). 我已经尝试过TinyMCE,但是它确实很沉重,并且加载时间很长(我使用JEditable仅在用户单击它时使编辑器出现)。

I've used the components from dhtmlx.com and had pretty good success with them. 我使用了dhtmlx.com的组件,并在它们上取得了不错的成功。 You can buy the libraries or use the open source version of them if your project qualifies. 如果您的项目合格,则可以购买这些库或使用它们的开源版本。

You can find the editor library here: http://dhtmlx.com/docs/products/dhtmlxEditor/index.shtml 您可以在此处找到编辑器库: http : //dhtmlx.com/docs/products/dhtmlxEditor/index.shtml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM