2017 © Pedro Peláez
 

yii2-extension yii2-countdown

jQuery countdown widget for Yii2

image

fcovasquez/yii2-countdown

jQuery countdown widget for Yii2

  • Tuesday, May 22, 2018
  • by fvasquez
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 50 % Grown

The README.md

This is a modified version of russ666/yii2-countdown., (*1)

Includes additional config parameters for widget initialization., (*2)

Installation

download

Download latest version, (*3)

composer

add this line to your composer.json "fcovasquez/yii2-countdown": "*", (*4)

Usage

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

Params

datetime

Datetime string to countdown. Must be added with timezone, to prevent client-server timezone difference issue., (*5)

config

Configuration object for widget (http://hilios.github.io/jQuery.countdown/documentation.html#introduction), (*6)

events

Widget events (http://hilios.github.io/jQuery.countdown/documentation.html#events), (*7)

Plugin pages

Homepage - http://hilios.github.io/jQuery.countdown, (*8)

GitHub - https://github.com/hilios/jQuery.countdown, (*9)

The Versions

22/05 2018

dev-master

9999999-dev

jQuery countdown widget for Yii2

  Sources   Download

MIT

The Requires

 

yii2 jquery widget countdown

22/05 2018

v0.3.0

0.3.0.0

jQuery countdown widget for Yii2

  Sources   Download

MIT

The Requires

 

yii2 jquery widget countdown

31/05 2017

0.2

0.2.0.0

jQuery countdown widget for Yii2

  Sources   Download

MIT

The Requires

 

yii2 jquery widget countdown

04/03 2015

0.1

0.1.0.0

jQuery countdown widget for Yii2

  Sources   Download

MIT

The Requires

 

yii2 jquery widget countdown