bcountdown Easy to use animated countdown javascript

  1. Requirements
  2. Usage
  3. Resources

This is an Easy to use animated countdown javascript. Full example features a complete “under construction” page with 2 skins.

Requirements

Yii 1.1.13 (Not tested in others)

Usage

Drop this in your extension directory and then call the widget somewhere (in your layout, ...).

$this->widget('ext.bcountdown.BCountdown', 
        array(
                'title'=>'UNDER CONSTRUCTION',  // Title
                'message'=>'Stay tuned for news and updates', // message for user
                'isDark'=>false,  // two skin dark and light , by default it light i.e isDark=false
                'year'=>'2016',   
                'month'=>'5',
                'day'=>'24',
                'hour'=>'23',
                'min'=>'3',
                'sec'=>'3',
            )
        );

Resources

7 1
41 followers
1 003 downloads
Yii Version: Unknown
License: MIT
Category: Date and Time
Developed by: sefburhan
Created on: May 23, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions