在 Express 项目中使用 TinyMCE 的最佳方式是什么?

发布于 2024-12-04 05:33:54 字数 183 浏览 2 评论 0原文

我正在开发一个可能需要 TinyMCE 的 Express 项目,在 Express 项目中使用 TinyMCE 的最佳方法是什么?我是否只需遵循安装说明,是否有我应该遵循的特殊模块或一组说明?我搜索了 google、tinymce 论坛,并在这里使用以下搜索词:nodejs、express、tinymce。有人可以指出我正确的方向吗?感谢您的考虑。

I'm working on an express project that might need TinyMCE, what's the best way to use TinyMCE in an express project? Do I just follow the installation instructions, is there a special module or set of instructions I should follow? I've searched google, the tinymce forums, and here using the following search terms, nodejs,express,tinymce. Could someone please point me in the right direction? Thank you for your consideration.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

十秒萌定你 2024-12-11 05:33:54

这里有一些可以帮助您入门的链接——我发现它们非常有用。

  1. http://www.tinymce.com/wiki.php/%22For_Dummies%22 -- 这里有完美的简单解释
  2. http://www.zenphoto.org/news/how-to-create-custom-tinymce-configurations
  3. http://www.tinymce.com/wiki.php/Installation

一般来说,我发现如果你想要像 Microsoft Word 风格这样复杂的东西,那么只需按照默认安装说明进行操作。或者,如果您想让它更简单,您需要的一切,您应该能够在tinyMCE.init()函数中进行更改——您可以在其中更改按钮等。

Here are a few links which should help you get started -- I found them very useful.

  1. http://www.tinymce.com/wiki.php/%22For_Dummies%22 -- perfect simple explanations here
  2. http://www.zenphoto.org/news/how-to-create-custom-tinymce-configurations
  3. http://www.tinymce.com/wiki.php/Installation

In general, I've found that if you want something complex like Microsoft Word-style, then just follow the default install instructions. Or, if you want to make it simpler, everything you need, you should be able to change in the tinyMCE.init() function -- that's where you can change what buttons are there, etc.

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