问题标签 [django-ckeditor]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
511 浏览

python - CKEditor Django 中的 YouTube 插件返回 404

我一直在尝试在 CKEditor 中为一个项目安装 YouTube 插件,但我失败了,我不知道为什么。

我已按以下方式配置了我的 settings.py (剥离了与此问题无关的代码:

目前我已经将“extraPlugins”配置留空,因为只要我在那里写“youtube”:

CKEditor 失败,我的终端上显示以下内容:

您可以看到还有其他错误代码,甚至关于页面 css。我不知道它们为什么在那里,但是无论进行任何编辑,它们都在那里,并且无论它们如何,编辑器都会起作用。真正的问题在于 YouTube 插件(这是我目前计划安装的唯一插件)。

我还尝试使用models.py文档中提到的 RichTextUploadingField 配置我的文件,并且我已经完成了以下操作:

这也没有结果。我在 forms.py 中也做了同样的事情,并且由于 settings.py 之外的这两个编辑都没有任何结果,我回到了我之前的配置,只编辑了 settings.py。

我进行了广泛的搜索,发现大多相互矛盾或不完整的信息。那,或者我不知道如何处理这些信息并且做错了一切。

我错过了什么?

0 投票
1 回答
196 浏览

jquery - 事件跟踪ckEditor颜色按钮,颜色点击

我想要实现的是在用户单击时选择的颜色的基础上更新 Ckediter 颜色按钮插件工具栏下拉菜单/图标 bg 颜色。

假设我想在单击颜色按钮弹出窗口中的任何颜色时显示警告消息

在此处输入图像描述

还提到了未回答的链接,如下所示

如何知道点击了哪个按钮

我尝试了以下代码,使用颜色按钮调用标记类“cke_colorbox”。但它也不起作用。

仅供参考:我在页面上使用多个动态 ckeditoer 文本区域。

0 投票
0 回答
134 浏览

django - django ckeditor running into unexpected errors

I am using django-ckeditor python package in my django app (django 1.11 + python 2.7). I have integrated it with s3 and it is hosted on Heroku. So far everything runs smooth.

Earlier I had an issue that non admin user could not upload images to server thus can not use any images as a part of their content. I fixed it by overriding ckeditor's browse and upload view. When i tested it it was working just fine. I pushed it to production.

Now none of my user can use ckeditors image upload or browse feature. when I try it, (as an admin or as regular user) it works. some users reported that app crashes, some said image wont show up despite uploading to server (also I can't see it in my s3 bucket.)

other images are working well with s3 for all users. but ckeditors images are working only for me, no matter which machine or which role I try as.

I also checked heroku apps, but they are not helpful at all.

Does anyone have idea any guesses why this could be happening.

0 投票
2 回答
867 浏览

python - ckeditor_uploader 动态图片上传路径

我有一个 Django 应用程序,它要求用户为每个文档上传多个图像。该应用程序已安装 django-ckeditor,但上传的图像最终位于设置设置的同一文件夹CKEDITOR_UPLOAD_PATH中。我希望路径是动态的,基于 URL 方案。

例如,上传到 CKEditor 实例的图像 https://myapp/report/1/finding/5应该位于 /ckeditor_base_path/report/1/finding/5/my_img.png.

不幸的是,处理设置路径的视图函数的 URL 是在视图创建参数之前由小部件 ( CKEditorUploadingWidget ) 设置的。context

我希望将参数 URL 参数发送到ImageUploadView进行处理。非常感谢您对此的任何帮助或建议。

0 投票
0 回答
62 浏览

ckeditor - BR 标记在渲染或 editor.getData() 后移出 SPAN

'<br>'在渲染/刷新它正在移动标签的编辑器时,我在编辑后使用 ckeditor 4.9 。

实际代码:

结果:editor.getData();

0 投票
2 回答
666 浏览

django - Django | CKEditor - Image Upload option not showing in App

In admin all CKEditor option is showing and working properly. I can upload image in main admin dashboard. But in App in Image "Uoload" option is not showing. Please see those images than you have a clear view,

Image 1 enter image description here

Image 2 enter image description here

Others option is working properly without image Upload.

settings.py

template.html

0 投票
2 回答
197 浏览

django - 如何在 Django 中将 CKEditor js 库降级到 4.6.2 版本?

我需要旧样式的粘贴对话框。如何使用 CKEditor 库 4.6.2?我正在使用 Django 2.1。当我安装 django_ckeditor 5.2.2 时出现错误ModuleNotFoundError: No module named 'django.core.urlresolvers'

0 投票
0 回答
156 浏览

django - 如何更改 django-ckEditor 的 UI 语言?

我正在使用 ckEditor 作为基于 Web 的帖子编辑器。我知道 ckeditor 是一个多语言应用程序。问题是我不知道如何在 Django-ckeditor 中将 UI 从英文版更改为阿拉伯语版?

0 投票
0 回答
326 浏览

django - 配置工具栏以粘贴纯文本 django-ckeditor

谁能告诉我如何使用 django 的管理员在 ckeditor 中粘贴纯文本?每次我尝试从剪贴板粘贴某些内容时,它都会弹出该消息。

按 Ctrl+V 进行粘贴。您的浏览器不支持使用工具栏按钮或上下文菜单选项进行粘贴。

0 投票
1 回答
151 浏览

html - CKEditor Codesnippet 的背景没有滚动过去
长度

我在我的网站中创建了一个 div,以便页面上的文本整齐地包含在设定的宽度内。我还实现了 CKEditor5 并正在使用它的 CodeSnippet 插件。当一行代码太多时,它会创建一个可滚动框,其中的文本在该可滚动部分溢出(这是我真正想要的行为!)。但是,背景并没有表现出相同的行为,因此它看起来很不可读,如下图所示。

我对构建网站很陌生,所以我实际上不知道从哪里开始,应该查看 HTML 还是需要在 CKEdtior 中设置一些配置?

https://i.imgur.com/X5FXyGU.png

干杯,