2017 © Pedro Peláez
 

library yii2-activefield

Cumstom Yii class ActiveField to work with tinymce, elfinder, and auto translit.

image

masterzero/yii2-activefield

Cumstom Yii class ActiveField to work with tinymce, elfinder, and auto translit.

  • Tuesday, January 24, 2017
  • by MasterZero
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 40 % Grown

The README.md

yii2-activefield

Cumstom Yii class ActiveField to work with tinymce, elfinder, and auto translit., (*1)

Installation

Before install you need have composer., (*2)

Make sure you've correctly installed the elfinder by zxbodya., (*3)

Either run, (*4)

$ composer require --prefer-dist masterzero/yii2-activefield

or add, (*5)

"masterzero/yii2-activefield": "*"

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

Usage

``` use masterzero\activefield\ActiveForm; $form = ActiveForm::begin([ /* ... */ 'elFinderConnector' => '/el-finder/connector', /* ... */ ]); ?>, (*7)

= $form->field($model, 'name')->copyName() ?> = $form->field($model, 'url')->PasteToUrl() ?> = $form->field($model, 'image')->elFinder() ?> = $form->field($model, 'content')->tinyMCE() ?>, (*8)

ActiveForm::end() ?>

The Versions

24/01 2017

dev-master

9999999-dev

Cumstom Yii class ActiveField to work with tinymce, elfinder, and auto translit.

  Sources   Download

The Requires

 

17/01 2017

v1.0.0

1.0.0.0

Cumstom Yii class ActiveField to work with tinymce, elfinder, and auto translit.

  Sources   Download

The Requires