gpt4 book ai didi

javascript - 页面加载后从 EpicEditor 中的文本区域同步值

转载 作者:行者123 更新时间:2023-11-29 10:46:39 25 4
gpt4 key购买 nike

我正在使用 EpicEditor 在我的一个项目中。所以根据 doc ,我已将 textarea 属性添加到我的 textarea id,因此当页面第一次加载时,textarea 中的所有内容都会显示在 EpicEditor 中。效果很好!!!

问题:


我正在从服务器获取该特定记录的实时更新,然后相应地更新表单字段值。所以我无法在 EpicEditor 中设置新值。我已经更新了引用文本区域值,但它不会同步到 EpicEditor。

解决方案


每当引用文本区域发生某些更新时,我想在 EpicEditor 中设置新值。

最佳答案

var self = this;
var opts = {
container: 'epiceditor',
textarea: 'myTextArea',
basePath: 'epiceditor',
...
}
var editor = new EpicEditor(opts);
self.editor.load();
// Now, import some content into the editor
// Since I don't know the filename I'm using `null` which will default to the current filename
editor.importFile(null, 'This is to be displayed in the epic editor');

应该自动更新文本区域。如果它更新文本区域,那是一个错误,请发送一张带有您的代码和可重现案例的票证:https://github.com/OscarGodson/EpicEditor/issues/new

关于javascript - 页面加载后从 EpicEditor 中的文本区域同步值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18231534/

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