fcovasquez/yii2-countdown

Yii2 的 jQuery 倒计时小部件

安装: 48

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 5

公开问题: 0

类型:yii2-extension

v0.3.0 2018-05-22 19:52 UTC

This package is not auto-updated.

Last update: 2024-09-21 11:26:32 UTC


README

这是 russ666/yii2-countdown 的修改版。

包含小部件初始化的附加配置参数。

安装

下载

下载最新版本:最新版本

composer

将以下行添加到您的 composer.json 文件中:"fcovasquez/yii2-countdown": "*"

使用方法

echo \fcovasquez\widgets\Countdown::widget([
    'datetime' => date('Y-m-d H:i:s', time() + 1000),
    'config' => ['elapse' => true, 'precision' => , 'defer' => false,],
    'format' => '%M:%S',
    'events' => [
        'finish' => 'function(){location.reload()}',
    ],
])

参数

datetime

倒计时日期时间字符串。必须添加时区,以防止客户端和服务器时区差异问题。

config

小部件配置对象(http://hilios.github.io/jQuery.countdown/documentation.html#introduction

events

小部件事件(http://hilios.github.io/jQuery.countdown/documentation.html#events

插件页面

主页 - http://hilios.github.io/jQuery.countdown

GitHub - https://github.com/hilios/jQuery.countdown