yadjet/yii2-ueditor

百度UEditor For Yii2

安装: 156

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:JavaScript

类型:项目

dev-master 2018-10-15 03:03 UTC

This package is auto-updated.

Last update: 2024-09-15 15:53:23 UTC


README

百度UEditor For Yii2

安装

使用 composer,在命令行下使用以下命令:

composer require "yadjet/yii2-ueditor:dev-master" 

#使用

<?=
\yadjet\editor\UEditor::widget([
    'form' => $form,
    'model' => $model,
    'attribute' => 'content',
])
?>