core-countdown-text Countdown - Simple Text Core A module for displaying a Countdown timer with Simple Text fa fa-hourglass-o \Xibo\Widget\Compatibility\CountDownWidgetCompatibility countdown-text Countdown countdown 2 1 1 html 60 countdown-text-thumb 300 180 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 Warning Duration The countdown will show in a warning mode from the end duration entered. 1 2 2 1 0 Warning Date The countdown will show in a warning mode from the warning date entered. 3 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. Text Colour #222 Divider Colour #222 Warning Colour orange Finished Colour red 280 100

[hha]:[mm]:[ss]

]]>
'; 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()); ]]>