core-countdown-daysCountdown - DaysCoreA module for displaying a Countdown timer for daysfa fa-hourglass-o\Xibo\Widget\Compatibility\CountDownWidgetCompatibilitycountdown-daysCountdowncountdown211html60countdown-days-thumb400150Countdown TypePlease select the type of countdown.1Countdown DurationThe duration in seconds.202Countdown DateSelect the target date and time.10/10/2010 10:10:103Warning DurationThe countdown will show in a warning mode from the end duration entered.12210Warning DateThe countdown will show in a warning mode from the warning date entered.33Horizontal AlignHow should this widget be horizontally aligned?centerVertical AlignHow should this widget be vertically aligned?middleText FontSelect a custom font - leave empty to use the default font.Text Colour#1b1e56Text Card Background ColourText Card Border Colour#1b1e56Label FontSelect a custom font - leave empty to use the default font.Label Colour#333Warning Background ColourdarkgoldenrodFinished Background Colourdarkred600170
[DD]
||Days||
[hh]
||Hours||
[mm]
||Minutes||
[ss]
||Seconds||
]]>';
break;
case 'ssa':
replacement = '';
break;
case 'mm':
replacement = '';
break;
case 'mma':
replacement = '';
break;
case 'hh':
replacement = '';
break;
case 'hha':
replacement = '';
break;
case 'DD':
replacement = '';
break;
case 'WW':
replacement = '';
break;
case 'MM':
replacement = '';
break;
case 'YY':
replacement = '';
break;
default:
replacement = 'NULL';
break;
}
return replacement;
});
// Attach html back to container
$countdownContainer.html(countdownHTML);
// Scale the layout
$(target).xiboLayoutScaler(properties);
// Render the countdown
var $contentContainer = $(target).find('#content');
$contentContainer.xiboCountdownRender(properties, $contentContainer.html());
]]>