yii2-extension yii2-chained
Widget for Yii Framework 2.0 to use jquery_chained
thiagotalma/yii2-chained
Widget for Yii Framework 2.0 to use jquery_chained
- Monday, January 29, 2018
- by thiagotalma
- Repository
- 1 Watchers
- 0 Stars
- 158 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 1 % Grown
Widget for Yii Framework 2.0 to use jquery_chained, (*1)
, (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist thiagotalma/yii2-chained "*"
or add, (*5)
"thiagotalma/yii2-chained": "*"
to the require section of your composer.json
file., (*6)
Usage
Once the extension is installed, simply use it in your code by :, (*7)
<?= \talma\widget\Chained::widget(); ?>;