xWiki 使用什么所见即所得编辑器?
xWiki 使用哪种所见即所得编辑器?它曾经使用过不同的吗?是哪个版本改的?
Which WYSIWYG editor is used by xWiki? And was it ever using a different one? In which version did it change?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当前 (3.0-milestone-2) 版本中有两个所见即所得编辑器:一个是基于 TinyMCE 的旧版(现已弃用),另一个是内部开发的基于 GWT 的编辑器,在 1.7 中引入(请参阅 http://platform.xwiki.org/xwiki/bin/Features/PageEditing#HWYSIWYGeditingmode 和 < a href="http://platform.xwiki.org/xwiki/bin/Features/WysiwygEditor" rel="nofollow">http://platform.xwiki.org/xwiki/bin/Features/WysiwygEditor更多细节)。早在 XWiki 的早期(2005 年),就有另一个基于 HTMLArea 的编辑器,但它很快就被 TinyMCE 取代了。
因此,当前的编辑器不是外部编辑器,而是自定义开发的编辑器,可在 LGPL 2.1 许可证下使用。
There are two WYSIWYG editors in the current (3.0-milestone-2) release: an older (now deprecated) one based on TinyMCE, and a GWT-based editor developed in-house, introduced in 1.7 (see http://platform.xwiki.org/xwiki/bin/Features/PageEditing#HWYSIWYGeditingmode and http://platform.xwiki.org/xwiki/bin/Features/WysiwygEditor for more details). Back in the very early days of XWiki (2005), there was another editor based on HTMLArea, but it was quickly replaced by TinyMCE.
So, the current editor is not an external one, but a custom developed one, available under the LGPL 2.1 license.