tondakal / yii2-dscountdown
jQuery countdown widget for Yii2
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/dscountdown-new: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 15:56:34 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')', ] ])