vova07/yii2-control-widget The control widget for Yii framework backend.

widgetcontrol

Yii2 control widget.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vova07/yii2-control-widget "*"

or add

"vova07/yii2-control-widget": "*"

to the require section of your composer.json file.

Usage

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

echo \vova07\control\Widget::widget([
    'title' => 'Create new record',
    'items' => [
        'cancel' => [
            'visible' => true
        ]
    ]
]);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.0 is the latest of one release



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