tondakal/yii2-dscountdown
Composer 安装命令:
composer require tondakal/yii2-dscountdown
包简介
jQuery countdown widget for Yii2
README 文档
README
use \tondakal\widgets\Dscountdown; echo Dscountdown::widget([ 'startDate'=>strtotime("now"), 'endDate'=>strtotime('31.12.2015')), 'theme'=>Dscountdown::THEME_BLACK, 'events'=>[ Dscountdown::EVENT_BEFORE_START=>'console.log('beforeStart')', Dscountdown::EVENT_CLOCKING=>'console.log('clocking')', Dscountdown::EVENT_FINISH=>'console.log('finish')', ] ])
Params
Plugin pages
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-17