2017 © Pedro Peláez
 

yii2-extension quill

Yii2 quill rich text editor

image

johnnylei/quill

Yii2 quill rich text editor

  • Thursday, June 8, 2017
  • by johnnylei
  • Repository
  • 1 Watchers
  • 1 Stars
  • 23 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 21 % Grown

The README.md

yii2 quill editor

这是一个基于yii2的文本编辑框quill rich text editor插件,高效,简明.使用方法,配置以及api请参考官网, (*1)

install

composer require --prefer-dist johnnylei/quill

usage

直接使用, (*2)

<?= QuillEditor::widget()?>

基于yii active form使用, (*3)

<?php $form = ActiveForm::begin([
    'action'=>'xxx',
])
?>
<?= $form->field($model, 'content')->widget(QuillActiveFormEditor::className())?>
<input type="submit">
<?php ActiveForm::end()?>

delta数据转化成html, (*4)

var qdc = new window.QuillDeltaToHtmlConverter(delta.ops, window.opts_ || {});
var html = qdc.convert();

The Versions

08/06 2017

dev-master

9999999-dev https://github.com/johnnylei/yii2-quill-editor.git

Yii2 quill rich text editor

  Sources   Download

MIT

The Requires

 

by johnny Lei

yii2 quill

08/06 2017

1.1.3

1.1.3.0 https://github.com/johnnylei/yii2-quill-editor.git

Yii2 quill rich text editor

  Sources   Download

MIT

The Requires

 

by johnny Lei

yii2 quill

07/06 2017

1.1.2

1.1.2.0 https://github.com/johnnylei/yii2-quill-editor.git

Yii2 quill rich text editor

  Sources   Download

MIT

The Requires

 

by johnny Lei

yii2 quill

07/06 2017

1.1.1

1.1.1.0 https://github.com/johnnylei/yii2-quill-editor.git

Yii2 quill rich text editor

  Sources   Download

MIT

The Requires

 

by johnny Lei

yii2 quill

07/06 2017

1.0

1.0.0.0 https://github.com/johnnylei/yii2-quill-editor.git

Yii2 quill rich text editor

  Sources   Download

MIT

The Requires

 

by johnny Lei

yii2 quill