core-countdown-customCountdown - CustomCoreA module for displaying a custom Countdown timerfa fa-hourglass-ononecountdown-customCountdown211html60countdown-custom-thumb400150Countdown 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.331countdownOriginal WidthThis is the intended width of the template and is used to scale the Widget within its region when the template is applied.Original HeightThis is the intended height of the template and is used to scale the Widget within its region when the template is applied.mainTemplatestyleSheetHorizontal AlignHow should this widget be horizontally aligned?centerVertical AlignHow should this widget be vertically aligned?middle
{{mainTemplate|raw}}
]]>';
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());
]]>