field_timer.api.php |
field_timer.api.php |
|
Hooks provided by the Field Timer module. |
field_timer.css |
css/field_timer.css |
|
span.jquery-countdown,
span.jquery-countdown-led {
display: inline-block;
}
span.jquery-countdown .countdown-section {
padding: 0 3px;
width: auto;
}
span.jquery-countdown .countdown-row {
padding: 0;
}
.jquery-countdown-led.hasCountdown {
… |
field_timer.inc |
includes/field_timer.inc |
|
Contains some help functions for formatters and settings forms. |
field_timer.info |
field_timer.info |
|
name = Field Timer
description = Provides a basic field to create timer or countdown.
core = 7.x
package = Fields
dependencies[] = libraries
dependencies[] = date
dependencies[] = date_popup
dependencies[] = options |
field_timer.install |
field_timer.install |
|
Install, update and uninstall functions for the Field Timer module. |
field_timer.module |
field_timer.module |
|
Main module file. |
README.txt |
README.txt |
|
h1. Field Timer
h2. Description
This module provides field which can be displayed as a timer/countdown.
A start/target date can be any date or an entity property which represent a
date (for example, created date of a node). Module provides 3 field… |