2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-wysihtml5-widget

The simple WYSIWYG editor widget based on bootstrap3-wysihtml5 for Yii2 framework.

image

vitalik74/yii2-bootstrap-wysihtml5-widget

The simple WYSIWYG editor widget based on bootstrap3-wysihtml5 for Yii2 framework.

  • Wednesday, July 15, 2015
  • by vitalik74
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1,692 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Yii2 bootstrap-wysihtml5-widget

This Yii2 widget provide simple wysiwyg editor - bootstrap3-wysihtml5., (*1)

For bootstrap3-wysihtml5 see more https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg., (*2)

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0., (*3)

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*4)

You can then install this widget. Put in your composer.json in require case:, (*5)

"vitalik74/yii2-bootstrap-wysihtml5-widget": "*", (*6)

And run command "composer update", (*7)

USAGE

Base usage like that:

echo vitalik74\wysihtml5\Widget::widget([
     'options' => [
         'id' => 'test',
         'style' => 'width: 810px; height: 200px',
         'placeholder' => "Placeholder text ..."
     ],
 ]);

In ActiveForm use like that:

<?= $form->field($model, 'body')->widget(\vitalik74\wysihtml5\Widget::className(), ['options' => [ 'id' => 'test', 'style' => 'width: 810px; height: 200px', 'placeholder' => "Placeholder text ..." ],]) ?>, (*8)

The Versions

15/07 2015

dev-master

9999999-dev

The simple WYSIWYG editor widget based on bootstrap3-wysihtml5 for Yii2 framework.

  Sources   Download

MIT

The Requires

 

yii2 yii 2 widget wysiwyg wysihtml5 wysiwyg editor bootstrap3-wysihtml5 simple wysiwyg editor simple editor