tondakal / yii2-dscountdown
jQuery countdown widget for Yii2
Package info
github.com/tondakal/yii2-dscountdown
Type:yii2-extension
pkg:composer/tondakal/yii2-dscountdown
dev-master
2015-04-20 07:58 UTC
Requires
- bower-asset/dscountdown-new: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-28 23:12:43 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')', ] ])