thiagotalma/yii2-chained

为 Yii Framework 2.0 提供使用 jquery_chained 的 Widget

安装数: 1,424

依赖: 0

建议: 0

安全性: 0

星标: 0

关注者: 2

分支: 2

开放问题: 0

语言:JavaScript

类型:yii2-extension

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

This package is not auto-updated.

Last update: 2024-09-14 16:29:18 UTC


README

为 Yii Framework 2.0 提供使用 jquery_chained 的 Widget

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

安装

首选的安装方式是通过 composer.

运行以下命令之一

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

或在您的 composer.json 文件的 require 部分添加以下内容

"thiagotalma/yii2-chained": "*"

使用方法

扩展安装完成后,只需在您的代码中使用即可

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