library ueditor
this is a Ueditor
zhangvoice/ueditor
this is a Ueditor
- Thursday, June 7, 2018
- by zhangvoice
- Repository
- 1 Watchers
- 2 Stars
- 87 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 7 % Grown
停止维护,请慎用。, (*1)
Ueditor
this is a ueditor, (*2)
安装
composer require "zhangvoice/ueditor:dev-master", (*3)
删除
composer remove zhangvoice/ueditor, (*4)
更新
composer update zhangvoice/ueditor, (*5)
使用
//引入类库
use think\ueditor\Ueditor;
//添加ueditor方法
public function ueditor()
{
$data = new Ueditor();
echo $data->output();
}
视图
<script>
$(function(){
var ue = UE.getEditor('container',{
serverUrl :'{:url('模块/控制器/ueditor')}'
});
})
</script>
上传目录
默认上传至 public/uploads/ueditor 请确认目录存在。, (*6)
目前仅支持TP5,不支持SAE平台。, (*7)
ueditor.zip
ueditor 1.4.3.3 版本 ,解压拷贝至静态资源存放目录, (*8)
dev-master
9999999-dev
this is a Ueditor
Sources
Download
Apache-2.0
The Requires
by
zhangvoice