富文字編輯器(php)

2022-08-23 08:03:07 字數 477 閱讀 7339

然後解壓出來 改名為ueditor 並放到專案檔案中。

前端**:

1、引入ueditor的相關檔案

2、在body標籤中放進該標籤

name屬性是為了php檔案獲取值,用$_post['detail']就可以了

3、配置一下該編輯器的屬性,在script標籤中

首先要獲取id,自己設定 的id,在這裡我自己弄了寬和高 ,有個滾動效果,並減少了工具欄的很多功能,因為我主要是上傳

ueditor的配置檔案更改:

ueditor/php/config.json檔案的imagepathformat需要改為你自己專案儲存的資料夾,比如我的就是"imagepathformat": "/back/image/"

至於imageurlprefix這個配置項,php一般是不需要更改的

最後就是php檔案了,就是form表單提交一樣接受name屬性就好了,$_post['detail'],然後就插入資料庫。

富文字編輯器

關於使用富文字編輯器的一些小坑 官網 1.專案 片 editor fail function xhr,editor,result custominsert function insertimg,result,editor this.editor.create this.editor.txt.html...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditorallowfilemanager 是否允許瀏覽伺服器已上傳...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditor allowfilemanager 是否允許瀏覽伺服器已上...