2017 © Pedro Peláez
 

yii2-extension yii2-jsoneditor

Yii2 jsoneditor widget

image

loveorigami/yii2-jsoneditor

Yii2 jsoneditor widget

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

Jsoneditor Extension for Yii 2

This extension provides the Jsoneditor integration for the Yii2 framework. This package is fork from [DevGroup-ru/yii2-jsoneditor] (https://github.com/DevGroup-ru/yii2-jsoneditor) with active form support, because my pull-request is not merged., (*1)

Installation

This extension requires Jsoneditor, (*2)

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

Either run, (*4)

php composer.phar require --prefer-dist loveorigami/yii2-jsoneditor "*"

or add, (*5)

"loveorigami/yii2-jsoneditor": "*"

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

General Usage

use lo\widgets\Jsoneditor;

Jsoneditor::widget(
    [
        'editorOptions' => [
            'modes' => ['code', 'form', 'text', 'tree', 'view'], // available modes
            'mode' => 'tree', // current mode
        ],
        'name' => 'editor', // input name. Either 'name', or 'model' and 'attribute' properties must be specified.
        'options' => [], // html options
    ]
)

or with active form as, (*7)

    <?= $form->field($model,'name')->widget(Jsoneditor::className(),
        [
            'editorOptions' => [
                'modes' => ['code', 'form', 'text', 'tree', 'view'], // available modes
                'mode' => 'tree', // current mode
            ],
        ]
    ); ?>

The Versions

31/07 2015

dev-master

9999999-dev

Yii2 jsoneditor widget

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Evgeny Dubovitsky

json yii2 editor jsoneditor

31/07 2015

1.0

1.0.0.0

Yii2 jsoneditor widget

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Evgeny Dubovitsky

json yii2 editor jsoneditor