tondakal / yii2-dscountdown
用于Yii2的jQuery倒计时小部件
dev-master
2015-04-20 07:58 UTC
Requires
- bower-asset/dscountdown-new: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-14 15:21:57 UTC
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')', ] ])