gpt4 book ai didi

javascript - CKEditor 忽略 Laravel 中的 BASEPATH

转载 作者:可可西里 更新时间:2023-10-31 22:15:32 25 4
gpt4 key购买 nike

在 Laravel 项目中安装了 CKEditor 和 CKFinder,它们都在 Public/js 文件夹中

在我的主页中,我加载了一个站点特定的 .js 文件,其中包含

var CKEDITOR_BASEPATH = '/js/ckeditor/';

还试过:

var CKEDITOR_BASEPATH = 'http://localhost:8888/js/ckeditor/';

然后我加载我的 ckeditor.js 文件

在我的/Resources/Views/admin/newpage.blade.php View 中,我加载了一个文本框并调用了 CKEditor.replace()。做得很完美。我可以添加新页面,甚至可以编辑它们。

当我尝试使用浏览服务器按钮时出现问题,它尝试从/admin/ckeditor/plugins/... 而不是/js/ckeditor/plugins/... 加载插件

我觉得我缺少一些简单的东西,但不确定是什么。有什么想法吗?

最佳答案

你必须写完整的地址来归档这个文件

<script>
window.CKEDITOR_BASEPATH = 'http://example.com/path/to/libs/ckeditor/';
</script>

关于javascript - CKEditor 忽略 Laravel 中的 BASEPATH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33180673/

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