angular4 使用CKeditor编辑器

2018-10-09  本文已影响192人  Lay小心心

1、安装angular-ckeditor;

2、下载CKeditor包放入文件内;

3、配置config.js;

4、配置图片上传路径,如下:

<ckeditor formControlName="content" debounce="500" [config]="editConfig"></ckeditor>

this.editConfig = {

    filebrowserUploadUrl:'upload.php',

};

5、PHP获取上传信息:图片信息返回格式是json格式;

php代码如下:

上一篇下一篇

猜你喜欢

热点阅读