thiagotalma/yii2-chained

Widget for Yii Framework 2.0 to use jquery_chained

Installs: 1 297

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2018-01-29 13:52 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:30:57 UTC


README

Widget for Yii Framework 2.0 to use jquery_chained

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist thiagotalma/yii2-chained "*"

or add

"thiagotalma/yii2-chained": "*"

to the require section of your composer.json file.

Usage

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

<?= \talma\widget\Chained::widget(); ?>;