JSP 中的 TinyMCE(Struts 应用程序)
我需要使用哪个下载才能在 JSP(Struts 应用程序)中使用 TinyMCE
我看到主包、开发包以及不同的压缩包。
我正在尝试为我们的应用程序中的文本区域实现富文本编辑器。
Which download I need to use to use TinyMCE in JSP(Struts application)
I see Main Package, Development Package and also different Compression packages.
I am trying to implement Rich text editor for a text area in our application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
压缩包只是主包的压缩版本 - 使用它们时应该小心,因为它们会给客户端带来大量负载。 开发包可能是代码的不稳定版本,因此您应该使用主包以确保安全。
The compression packages are just compressed versions of the main package - you should be careful about using them because they can cause a lot of load on the client-side. The development package will probably be an unstable version of the code, so you should probably use the main package to be safe.
我成功了。
回答我自己的问题:我们需要将整个文件夹复制到项目中,并按照网站中的示例编辑 Jsp。
我使用了主包。
I got it working.
Answering my own quesion: We need to copy the entire folder to the project and edit the Jsp as per examples in the website.
I used main package.