2017 © Pedro Peláez
 

library ueditor

this is a Ueditor

image

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

The README.md

停止维护,请慎用。, (*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)


The Versions

07/06 2018

dev-master

9999999-dev

this is a Ueditor

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by Avatar zhangvoice