Skip to content

hustshenl/yii2-ueditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Ueditor

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

About

yii下的在线编辑器

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.1%
  • CSS 8.9%
  • HTML 4.7%
  • PHP 1.3%