core-countdown-tableCountdown - TableCoreA module for displaying a Countdown timer in a tablefa fa-hourglass-o\Xibo\Widget\Compatibility\CountDownWidgetCompatibilitycountdown-tableCountdowncountdown211html60countdown-table-thumb500350Countdown TypePlease select the type of countdown.1Countdown DurationThe duration in seconds.202Countdown DateSelect the target date and time.10/10/2010 10:10:103Horizontal AlignHow should this widget be horizontally aligned?centerVertical AlignHow should this widget be vertically aligned?middleFontSelect a custom font - leave empty to use the default font.Header Text Colour#f1f1f1Header Background Colour#747474Even Row Text Colour#333Even Row Background Colour#d7d7d7Odd Row Text Colour#333Odd Row Background Colour#ecececBorder Colour#ccc600400
||Years||
[YY]
||Months||
||Weeks||
[MM]
[WW]
||Days||
||Total Hours||
[DD]
[hha]
||Total Minutes||
||Total Seconds||
[mma]
[ssa]
]]>';
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());
]]>