gpt4 book ai didi

javascript - 重置 TinyMCE 框

转载 作者:可可西里 更新时间:2023-11-01 01:59:25 25 4
gpt4 key购买 nike

我正在使用 TinyMCE编辑。我想通过单击表单上的一些按钮来清除编辑框中的内容。

你能告诉我怎么做吗?

最佳答案

这可以很容易地完成(无需使用缓慢的 jQuery tinymce 构建),使用以下代码作为按钮的 onclick-action:

// 'content' is tinymce default,
// but if your textarea got an ID that is the one you need!
var my_editor_id = 'content';

// set the content empty
tinymce.get(my_editor_id).setContent('');

关于javascript - 重置 TinyMCE 框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6099148/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com