在 Express 项目中使用 TinyMCE 的最佳方式是什么?
我正在开发一个可能需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一些可以帮助您入门的链接——我发现它们非常有用。
一般来说,我发现如果你想要像 Microsoft Word 风格这样复杂的东西,那么只需按照默认安装说明进行操作。或者,如果您想让它更简单,您需要的一切,您应该能够在tinyMCE.init()函数中进行更改——您可以在其中更改按钮等。
Here are a few links which should help you get started -- I found them very useful.
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.