Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个用于发送电子邮件的简单工具。
我正在使用 CKEditor 进行文本区域格式设置。
我想要一个场景,默认情况下,在用户单击“显示格式按钮”之前,格式按钮不会显示
如何在不使用两个文本区域的情况下使用 CKEditor 实现这一点。
您可以使用此链接作为示例:
动态创建和销毁 CKEditor 实例
在示例中,他们使用 a div,但您也可以轻松地使用 standard textarea,它将完成您正在寻找的纯文本/富文本权衡。
div
textarea