raoul2000/yii2-fastlivefilter-widget
最新稳定版本:1.0.0
Composer 安装命令:
composer require raoul2000/yii2-fastlivefilter-widget
包简介
Wrapper around the Fast Live Filter JQuery plugin
README 文档
README
Wrapper around the jQuery Fast Live Filter plugin.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist raoul2000/yii2-fastlivefilter-widget "*"
or add
"raoul2000/yii2-fastlivefilter-widget": "*"
to the require section of your composer.json file.
Usage
This is an example no how to use this extension once it is installed.
First let's create our HTML list and the filter input control :
<input type="text" id="countryLivefilter"/> <ul id="countryList"> <li>France</li> <li>Allemagne</li> <li>Italie</li> <li>Espagne</li> <li>Belgique</li> </ul>
Finally create the Fast Live filter widget :
<?= raoul2000\widget\fastlivefilter\FastLiveFilter::widget([ 'inputSelector' => '#countryLivefilter', 'listSelector' => '#countryList' ]) ?>
For more information on the plugin options, please refer to fastlivefilter@github.
License
yii2-fastlivefilter-widget is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.
统计信息
- 总下载量: 9.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-07-04