gpt4 book ai didi

javascript - FCKEditor:访问内容区域

转载 作者:行者123 更新时间:2023-11-28 09:59:01 24 4
gpt4 key购买 nike

我在执行此操作时遇到问题。我无法访问内容区域对象。我需要它来附加一个点击监听器。

var oFCKeditor = new FCKeditor( editorName ) ;
oFCKeditor.BasePath = o.editorPath;
if (o.configPath) {
oFCKeditor.Config["CustomConfigurationsPath"] = o.configPath +"?" + ( new Date() * 1 ) ;
}
oFCKeditor.Width = '100%';
oFCKeditor.Height = '100%';
oFCKeditor.ReplaceTextarea();
oFCKeditor.setEnabled(true);

alert(oFCKeditor.EditorDocument);
alert(oFCKeditor.EditorWindow);
alert(FCK);

我还尝试从 FCKEditor 代码中的不同部分访问这些对象,但没有成功。

我做错了什么?通常的方法是什么?

谢谢

编辑:当我这样做时:

var oEditor = FCKeditorAPI.GetInstance(editorName) ;
alert(oEditor.EditorDocument);

创建编辑器后,它可以工作,但只有当我使用调试器单步执行它时,否则它是未定义的。所以这可能是一个时间问题。但是我应该从哪里得到它呢?

最佳答案

关于javascript - FCKEditor:访问内容区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9517606/

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