2017 © Pedro Peláez
 

yii2-extension yii2-imperavi-redactor

Imperavi Redactor WYSIWYG widget (OEM-licensed for Yii 2)

image

audriusdob/yii2-imperavi-redactor

Imperavi Redactor WYSIWYG widget (OEM-licensed for Yii 2)

  • Thursday, October 1, 2015
  • by audriusdob
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 47 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Imperavi Redactor 10.0.2 Widget For Yii2

Created for Tourista, (*1)

ImperaviRedactorWidget is a wrapper for Imperavi Redactor, a high quality WYSIWYG editor., (*2)

Note that Imperavi Redactor itself is a proprietary commercial copyrighted software but since Yii community bought OEM license you can use it for free with Yii., (*3)

Using model, (*4)

yii\imperavi\Widget::widget([
    // You can either use it for model attribute
    'model' => $my_model,
    'attribute' => 'my_field',

    // or just for input field
    'name' => 'my_input_name',

    // Some options, see http://imperavi.com/redactor/docs/
    'options' => [
        'toolbar' => false,
        'css' => 'wym.css',
    ],
]);

Alternatively you can attach Redactor to already existing DOM element by calling:, (*5)

yii\imperavi\Widget::widget([
    // Some options, see http://imperavi.com/redactor/docs/
    'options' => [],
]);

The redactor plugins plugged in with packages of resources., (*6)

yii\imperavi\Widget::widget([
    'options' => [
        'lang' => 'ru',
    ],
    'plugins' => [
        'fullscreen',
        'clips'
    ]
]);

Installation

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

Either run, (*8)

php composer.phar require asofter/yii2-imperavi-redactor "*"

or add, (*9)

"asofter/yii2-imperavi-redactor": "*"

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

The Versions

01/10 2015

dev-master

9999999-dev

Imperavi Redactor WYSIWYG widget (OEM-licensed for Yii 2)

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexander Yaremchuk
by Veaceslav Medvedev
by Avatar Audrius

yii imperavi imperavi redactor