devgroup/yii2-jsoneditor Yii2 jsoneditor widget

editorjsonjsoneditor

Jsoneditor Extension for Yii 2

This extension provides the Jsoneditor integration for the Yii2 framework.

Installation

This extension requires Jsoneditor

The preferred way to install this extension is through composer.

Either run

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

or add

"devgroup/yii2-jsoneditor": "*"

to the require section of your composer.json.

General Usage

use devgroup\jsoneditor\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
    ]
)

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.1.0 is the latest of 2 releases



GPL-3.0+ license
Stats
8 github stars & 10 github forks
9 downloads in the last day
155 downloads in the last 30 days
92192 total downloads