core-countdown-clockCountdown - ClockCoreA module for displaying a Countdown timer as a clockfa fa-hourglass-o\Xibo\Widget\Compatibility\CountDownWidgetCompatibilitycountdown-clockCountdowncountdown211html60countdown-clock-thumb300180Countdown 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?middleInner Background Colour#00816AInner Text FontSelect a custom font - leave empty to use the default font.Inner Text Colour#fffOuter Background Colour#00BF96Label Text FontSelect a custom font - leave empty to use the default font.Label Text Colour#fffWarning Background Colour 1darkorangeWarning Background Colour 2orangeFinished Background Colour 1darkredFinished Background Colour 2red640360
[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());
]]>