gpt4 book ai didi

CKEditor 和 elFinder 集成示例

转载 作者:行者123 更新时间:2023-12-01 06:53:17 25 4
gpt4 key购买 nike

我尝试按照 elfinder.org 中的说明如何将 CKEditor 与 elFinder 集成但不起作用。有没有集成elFinder的CKEditor的例子,如果有人知道,请分享一下。

谢谢

最佳答案

我在这里找到了一个 CKEditor 和 elFinder 的例子:
http://elrte.org/redmine/attachments/409/elfinder.html

$().ready(function() {

var funcNum = window.location.search.replace(/^.*CKEditorFuncNum=(\d+).*$/, "$1");
var langCode = window.location.search.replace(/^.*langCode=([a-z]{2}).*$/, "$1");

$('#finder').elfinder({
url : 'connectors/php/connector.php',
lang : langCode,
editorCallback : function(url) {
window.opener.CKEDITOR.tools.callFunction(funcNum, url);
window.close();
}
})

})

关于CKEditor 和 elFinder 集成示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16790986/

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