我可以有一个 jquery AJAX 图像选择器来将其用作 RTE 插件吗
现在我正在开发一个基于django的博客系统。当尝试将 textarea 与功能齐全的富文本编辑器集成时,我遇到了困难,tiny-MCE 和 CKEditor 使用 PHP(具有复杂且未记录的源代码)实现了图像浏览器(图像管理器)插件。当我在谷歌上搜索时,我发现 YUI 有一个很好的免费示例,
我不需要将 YUI 与 jQuery 混合在一起。我发现 [WYMeditor : http://www.wymeditor.org] 是一个非常好的 RTE,但它确实没有图像浏览器插件。
所以,我的问题是,是否有人知道任何基于免费 jquery JSON(无论 SSS 是什么)的图像浏览器插件,我可以将其与 WYMeditor 或任何其他 jQuery RTE 集成。
now i am developing a django-based blogging system. and am stuck when trying to integrate textarea with a fully-featured Rich Text Editor, tiny-MCE and CKEditor implemented their image browser (Image Manager) plugin using PHP (with a complex-not-documented source code). and when i was googling i found that there was a good free example from YUI
i don't need to MIX-UP YUI with jQuery. i found [WYMeditor : http://www.wymeditor.org] is a pretty good RTE but it does not have an image browser plug-in.
So, my question is if someone know about any free jquery JSON (whatever the SSS is) based image browser plugin that i can integrate it with WYMeditor, or any other jQuery RTE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
django-tinymce 与 django-filebrowser 集成用于图像浏览
http://code.google.com/ p/django-tinymce/
http://code.google.com/p /django-filebrowser/
django-tinymce integrates with django-filebrowser for image browsing
http://code.google.com/p/django-tinymce/
http://code.google.com/p/django-filebrowser/