webvimark/form-fields-visibility Widget for yii2 allowing to hide/show chosen fields in ActiveForm

Form fields visibility toggler for Yii 2 ActiveForm

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist webvimark/form-fields-visibility "*"

or add

"webvimark/form-fields-visibility": "*"

to the require section of your composer.json file.

Usage


<?= FormFieldsVisibility::widget([
        'model'=>$model,
        'attributes' => [
                'url'           => $model->getAttributeLabel('url'),
                'page_place_id' => 'Some magic place',
                'meta_keywords' => $model->getAttributeLabel('meta_keywords'),
                'meta_title'    => $model->getAttributeLabel('meta_title'),
        ],
]) ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



Unknown license
Stats
1 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
24 total downloads