Download the PHP package bfyang5130/ueditor without Composer
On this page you can find all versions of the php package bfyang5130/ueditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ueditor
百度UEditor
安装
Either run
or add
to the section of your composer.json file.
应用
controller:
view:
或者:
说明
ueditor只支持2种语言,en-us和zh-cn,默认跟随系统语言 Yii::$app->language,可以通过2种方式设置,1.修改系统语言,在main.php(高级版) 或者web.php(基础版)添加'language' => 'zh-CN',。2.实例化的时候配置语言选项,见下边配置
配置相关
编辑器相关配置,请在view 中配置,参数为clientOptions,比如定制菜单,编辑器大小等等,具体参数请查看UEditor官网文档。
简单实例:
文件上传相关配置,请在controller中配置,参数为config,例如文件上传路径等;更多参数请参照 config.php (跟UEditor提供的config.json一样)
简单实例:
All versions of ueditor with dependencies
PHP Build Version
Package Version
No informations.
The package bfyang5130/ueditor contains the following files
Loading the files please wait ...