kak/fieldset FieldSet for Yii2

fieldset

kak-fieldset

Bootstrap Fieldset widgets for Yii2

Preview

kak-fieldset-widget.png

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kak/fieldset "dev-master"

or add

"kak/fieldset": "dev-master"

to the require section of your composer.json file.

Usage

<?php kak\widgets\fieldset\FieldSet::begin([
    'legend' => Yii::t('app-dash','user info'),
    // 'active' => true // false - hide content, default true
    // 'speed'  => 500, // animation speed default value 300
    // 'dataUp' => "<i class='glyphicon glyphicon-collapse-up'></i> ",     // template content icon
    // 'dataDown'  => "<i class='glyphicon glyphicon-collapse-down'></i> ",   // template content icon
]);?>

... content ...

<?php kak\widgets\fieldset\FieldSet::end(); ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
0 github stars & 0 github forks
2 downloads in the last day
65 downloads in the last 30 days
2804 total downloads