hustshenl / yii2-ueditor
text-image editor in Yii2
Package info
github.com/hustshenl/yii2-ueditor
Language:JavaScript
Type:yii2-extension
pkg:composer/hustshenl/yii2-ueditor
0.1.1
2015-08-05 03:33 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-14 00:26:25 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hustshenl/yii2-ueditor "*"
or add
"hustshenl/yii2-ueditor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php use hustshenl\ueditor\Ueditor; echo Ueditor::widget(['id'=>"newstext"]); ?>
更多详情或者批评指正: qq => 1510033691 email => liucunzhou@163.com