简体   繁体   English

Wicket 1.3.6 的富文本编辑器

[英]Rich Text Editor for Wicket 1.3.6

I want to use rich text editor for my project.我想为我的项目使用富文本编辑器。 It is building using wicket 1.3.6.它正在使用 wicket 1.3.6 构建。 Is there any rich text editor available which can be used in wicket 1.3.6?是否有可用于 wicket 1.3.6 的富文本编辑器?

Thanks and regards.谢谢并恭祝安康。

In general every Rich Text Editor should work.一般来说,每个富文本编辑器都应该工作。 RTEs like TinyMCE just add their functionality to a TextArea by javascript.TinyMCE这样的 RTE 只需将它们的功能添加到 javascript 的 TextArea 中。 So as long as you've got a TextArea (available in wicket 1.3.6) and there is no need for any special 'wickety' features, every RTE should work.因此,只要您有一个 TextArea(在 wicket 1.3.6 中可用)并且不需要任何特殊的“wickety”功能,每个 RTE 都应该工作。 Just add the link to the.js and the configuration to your page.只需将链接添加到.js 并将配置添加到您的页面。 Be aware that you might have to change the escapeModelStrings setting of your TextArea and expect strange effects if you add or remove the TextArea to or from the page.请注意,您可能必须更改 TextArea 的 escapeModelStrings 设置,如果您在页面中添加或删除 TextArea 或从页面中删除,可能会出现奇怪的效果。

is this example http://wicket.visural.net/examples/app/rich-text-editor suites your wicket version?这个示例http://wicket.visural.net/examples/app/rich-text-editor 是否适合您的检票口版本? i'm not sure, try this one.我不确定,试试这个。 I used it successfully...我成功使用了...

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

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