powerkernel/yii2-jeditable Jquery Editable extension for Yii 2

jeditable

yii2-jeditable

JQuery Editable extension For Yii 2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist powerkernel/yii2-jeditable "*"

or add

"powerkernel/yii2-jeditable": "*"

to the require section of your composer.json.

Usage

Once the extension is installed, simply use it in your code by :

<?=
    \powerkernel\jeditable\Editable::widget([
        'content' => 'Editable content here',
        'saveUrl'=>Yii::$app->urlManager->createUrl(['#save-url']),
        'clientOptions'=>[
            'tooltip'=>'click to edit',
            'indicator'=>'saving...'
        ]
    ]);
?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.1.2 is the latest of 4 releases



BSD-3-Clause license
Stats
2 github stars & 1 github forks
0 downloads in the last day
31 downloads in the last 30 days
1051 total downloads