core-countdown-textCountdown - Simple TextCoreA module for displaying a Countdown timer with Simple Textfa fa-hourglass-o\Xibo\Widget\Compatibility\CountDownWidgetCompatibilitycountdown-textCountdowncountdown211html60countdown-text-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?middleFontSelect a custom font - leave empty to use the default font.Text Colour#222Divider Colour#222Warning ColourorangeFinished Colourred280100
[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());
]]>