wenyuan/yii2-ueditor

text-image editor in Yii2

Installs: 316

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 6

Open Issues: 1

Language:JavaScript

Type:yii2-extension

dev-master 2014-12-27 07:10 UTC

This package is not auto-updated.

Last update: 2024-09-24 16:45:36 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wenyuan/yii2-ueditor "*"

or add

"wenyuan/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 wenyuan\ueditor\Ueditor;

echo Ueditor::widget(['id'=>"newstext"]); 

?>

更多详情或者批评指正: qq => 1510033691 email => liucunzhou@163.com