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

dev-master 2015-04-20 07:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:20:26 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')',
    ]
])

Params

Plugin pages

Homepage - http://iwayanwirka.duststone.com/dscountdown/

GitHub - https://github.com/iwayanwirka/dscountdown