-
kindeditor < 4.1.12
```
curl -F "imgFile=@xxbb.html" http://example.com/public/kindeditor/php/upload_json.php?dir=file
// kindeditor/asp/upload_json.asp?dir=file
// kindeditor/asp.net/upload_jso…
-
### 上传回调
```
KindEditor.ready(function (K) {
var editor = K.create('#editor_id', {
//上传管理
uploadJson: '/js/kindeditor/asp.net/upload_json.ashx',
//文件管理 …
-
```html
IE8
var a = '<img src="http://image.jm.com/newupload/center.jai.com/editor/2017/02/17/15/59/41/20170217155941…
ICELI updated
7 years ago
-
https://github.com/kindsoft/kindeditor reports "This repository has been archived by the owner on Jan 9, 2024. It is now read-only."
It is used to compose emails using WYSIWYG (what you see is what…
-
我在js文件中
require("kindeditor_4.1.4/kindeditor-all.js");
require("kindeditor_4.1.4/swfUploadPlugin.js");
require("kindeditor_4.1.4/lang/zh_CN.js");
但会出现 Uncaught ReferenceError: KindEditor is not defin…
-
如下:
```
class StudentLifeAdmin(object):
# form = StudentLifeModelForm
search_fields = list_display = ('title', 'nickname', 'pic', 'icon', 'desc',
┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 'loca…
-
1. [KindEditor](http://kindeditor.net/)
2. [UEditor](http://ueditor.baidu.com/website/index.html)
3. [CKEditor](https://ckeditor.com/ckeditor-4/)
-
自己做了一个关于Yii2 framework的kindeditor编辑器插件,支持了kindeditor主流功能,能否在官网第三方扩展加上推荐。
这是自己两年前左右开发的了,那时候就开源了,感觉挺好用的,所以就过来推荐一下。
开源地址:https://github.com/pjkui/kindeditor
yii官网插件地址:http://www.yiiframework.com/extens…
pjkui updated
8 years ago
-
Uncaught DOMException: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://www.axy.com" from accessing a cross-origin frame.
at Function._i…
bangq updated
7 years ago
-
In kindeditor-min.js there is code:
```
pos: function(a, b, c) {
c = l(c, !0);
if (a !== null && (a = a < 0 ? 0 : s(a), this.div.css("left", a), c)) this.x…
arekm updated
9 years ago