core-countdown-table Countdown - Table Core A module for displaying a Countdown timer in a table fa fa-hourglass-o \Xibo\Widget\Compatibility\CountDownWidgetCompatibility countdown-table Countdown countdown 2 1 1 html 60 countdown-table-thumb 500 350 Countdown Type Please select the type of countdown. 1 Countdown Duration The duration in seconds. 2 0 2 Countdown Date Select the target date and time. 10/10/2010 10:10:10 3 Horizontal Align How should this widget be horizontally aligned? center Vertical Align How should this widget be vertically aligned? middle Font Select a custom font - leave empty to use the default font. Header Text Colour #f1f1f1 Header Background Colour #747474 Even Row Text Colour #333 Even Row Background Colour #d7d7d7 Odd Row Text Colour #333 Odd Row Background Colour #ececec Border Colour #ccc 600 400
||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()); ]]>