JSP 中的 TinyMCE(Struts 应用程序)

发布于 2024-07-08 09:37:26 字数 113 浏览 8 评论 0原文

我需要使用哪个下载才能在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拧巴小姐 2024-07-15 09:37:26

压缩包只是主包的压缩版本 - 使用它们时应该小心,因为它们会给客户端带来大量负载。 开发包可能是代码的不稳定版本,因此您应该使用主包以确保安全。

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.

愁杀 2024-07-15 09:37:26

我成功了。
回答我自己的问题:我们需要将整个文件夹复制到项目中,并按照网站中的示例编辑 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文