tondakal/yii2-dscountdown

用于Yii2的jQuery倒计时小部件

安装: 7

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

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

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')',
    ]
])

参数

插件页面

主页 - http://iwayanwirka.duststone.com/dscountdown/

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