2017 © Pedro Peláez
 

yii-extension yii-tinymce

TinyMCE editor integration for Yii 1.1.

image

rob006/yii-tinymce

TinyMCE editor integration for Yii 1.1.

  • Sunday, October 8, 2017
  • by rob006
  • Repository
  • 1 Watchers
  • 1 Stars
  • 243 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 57 % Grown

The README.md

TinyMCE 6.x integration for Yii 1.1

Yii 1.1 extension that provides basic integration with TinyMce editor., (*1)

Based on https://github.com/zxbodya/yii-tinymce., (*2)

Installation

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

Either run, (*4)

composer require rob006/yii-tinymce

or add, (*5)

"rob006/yii2-tinymce": "^2.0"

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

Usage

Basic usage:, (*7)

<?php $this->widget('TinyMceWidget', [
    'model' => $model,
    'attribute' => 'value',
]) ?>

Usage with custom settings and Yiistrap and elFinder extensions integration., (*8)

<?= $form->textAreaControlGroup($model, 'value', ['rows' => 6, 'span' => 8,]) ?>
<?php $this->widget('TinyMceWidget', [
    'model' => $model,
    'attribute' => 'value',
    'dry_run' => true,
    'fileManager' => [
        'class' => 'TinyMceElFinder',
        'popupConnectorRoute' => 'pageAssetsPopup',
        'popupTitle' => 'Files',
    ],
    'settings' => [
        'content_css' => $this->getEditorStyles(),
    ],
]) ?>

Resources

The Versions

08/10 2017

dev-master

9999999-dev https://github.com/rob006-software/yii-tinymce

TinyMCE editor integration for Yii 1.1.

  Sources   Download

MIT

The Requires

 

extension yii widget tinymce elfinder

08/06 2017

1.0.1

1.0.1.0

TinyMCE editor integration for Yii 1.1.

  Sources   Download

MIT

The Requires

 

extension yii widget tinymce elfinder

05/06 2017

1.0.0

1.0.0.0

TinyMCE editor integration for Yii 1.1.

  Sources   Download

MIT

The Requires

 

extension yii widget tinymce elfinder