Tinymce-react JS未显示UI和插入简单的TextArea

发布于 2025-01-22 15:20:19 字数 1222 浏览 1 评论 0原文

我安装了Tinymce-rexct,但是我看不到图像中可以看到的简单textarea的UI,因此您能帮助我解决此问题,可以像Rich Text Editor

     import { Editor } from "@tinymce/tinymce-react";

     <Editor
            style={{ margin: "0px !important" }}
            apiKey="jwg59xe6oa4x0o733wyeew4t655r396pbt4vqgre3mseiyxt"
            initialValue="<p>This is the initial content of the editor</p>"
            init={{
              height: 500,
              menubar: false,
              plugins: [
                "advlist autolink lists link image charmap print preview anchor",
                "searchreplace visualblocks code fullscreen",
                "insertdatetime media table paste code help wordcount",
              ],
              toolbar:
                "undo redo | formatselect | bold italic backcolor |" +
                "alignleft aligncenter alignright alignjustify | " +
                "bullist numlist outdent indent | removeformat | help",
            }}
          />

I install tinymce-react but I could not see UI for tinymce-react just simple textarea as you can see in the image, So can you help me to fix this that it can working normally like rich text editor

     import { Editor } from "@tinymce/tinymce-react";

     <Editor
            style={{ margin: "0px !important" }}
            apiKey="jwg59xe6oa4x0o733wyeew4t655r396pbt4vqgre3mseiyxt"
            initialValue="<p>This is the initial content of the editor</p>"
            init={{
              height: 500,
              menubar: false,
              plugins: [
                "advlist autolink lists link image charmap print preview anchor",
                "searchreplace visualblocks code fullscreen",
                "insertdatetime media table paste code help wordcount",
              ],
              toolbar:
                "undo redo | formatselect | bold italic backcolor |" +
                "alignleft aligncenter alignright alignjustify | " +
                "bullist numlist outdent indent | removeformat | help",
            }}
          />

enter image description here

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文