2017 © Pedro Peláez
 

yii2-extension yii2-simditor

editor for yii2 framework

image

lubobill1990/yii2-simditor

editor for yii2 framework

  • Wednesday, April 18, 2018
  • by lubobill1990
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Install

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

$ php composer.phar require  lubobill1990/yii2-simditor "*"

or add, (*3)

"lubobill1990/yii2-simditor": "*"

to the require section of your composer.json file., (*4)

Usage

Like a widget

echo \lubobill1990\yii2\widget\Simditor::widget([
    'clientOptions'=>[
        'toolbarHidden' => false,
        'toolbar' => [//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);

Like an ActiveForm widget

use lubobill1990\yii2\widget\Simditor;
echo $form->field($model, 'content')->widget(Simditor::class,[
    'clientOptions'=>[
        'toolbarHidden'=>false,
        'toolbar'=>[//default true
            'title',
            'bold',
            'italic',
            'underline',
            'strikethrough',
            'fontScale'
        ]
    ]
]);

For other options, refer to this website http://simditor.tower.im/, (*5)

Claim

This package is forked from anxu/yii2-simditor, (*6)

The Versions

18/04 2018

dev-master

9999999-dev

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Bill Lu

18/04 2018

v0.0.6

0.0.6.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Bill Lu

18/04 2018

v0.0.5

0.0.5.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Bill Lu

11/04 2018

v0.0.4

0.0.4.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Bill Lu

04/05 2016

v0.0.3

0.0.3.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Avatar anxu

28/04 2016

v0.0.2

0.0.2.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Avatar anxu

28/04 2016

v0.0.1

0.0.1.0

editor for yii2 framework

  Sources   Download

MIT

The Requires

 

by Avatar anxu