2017 © Pedro Peláez
 

yii2-extension yii2-countdown

jQuery countdown widget for Yii2

image

russ666/yii2-countdown

jQuery countdown widget for Yii2

  • Tuesday, June 19, 2018
  • by russ666
  • Repository
  • 2 Watchers
  • 9 Stars
  • 10,681 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Installation

download

Download latest version, (*1)

composer

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

Usage

echo \russ666\widgets\Countdown::widget([
    'id' => 'some-id',
    'datetime' => date('Y-m-d H:i:s O', time() + 1000),
    'format' => '\<span style=\"background: red\"\>%M</span>:%S',
    'tagName' => 'span',
    'events' => [
        'finish' => 'function(){location.reload()}',
    ],
])

Params

id

Container id., (*3)

datetime

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

format

Datetime format for widget (http://hilios.github.io/jQuery.countdown/documentation.html#formatter), (*5)

events

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

options

Container html options., (*7)

tagName

Container tag name., (*8)

Plugin pages

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

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

The Versions

19/06 2018

dev-master

9999999-dev

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