2017 © Pedro Peláez
 

yii2-extension yii2-dscountdown

jQuery countdown widget for Yii2

image

tondakal/yii2-dscountdown

jQuery countdown widget for Yii2

  • Monday, April 20, 2015
  • by tondakal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Usage

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/, (*1)

GitHub - https://github.com/iwayanwirka/dscountdown, (*2)

The Versions

20/04 2015

dev-master

9999999-dev

jQuery countdown widget for Yii2

  Sources   Download

MIT

The Requires

 

extension yii2 jquery widget countdown