What is an RSS Feed?its RSS FeedAll Feeds
Profile

Home . Ministries . ITS . CMSOverview . CMSTimeRelease

Login


EducationMinisterialFinancial ServicesCamp MiVoden

TimeRelease Wrapper

imageExample: /playground/TimeWrapper

Content can be conditionally displayed based on time if the content is inside the TimeRelease style. Optionally, a message can be displayed if the content is outside the time frame.

imageUsage: Insert the Time Wrapper placeholder and edit the 'content' in the “time release wrapper” style using the xstandard interface.

Edit the style by doubleclick the top left of the yellow style OR right-click on the yellow box, choose tag list, choose the div tag, and choose edit

The Div has a class of timerelease.

The Div has Custom attributes:

  • inVisibleMessage : Optional Message if current date/time does not fall within the range. Can contain escaped HTML
  • VisibleDateTimeStart : The beginning of the visible time.
    Format 10/16/2006 3:56:00 PM
  • VisibleDateTimeEnd : The end of the visible time.
    Format 10/16/2006 3:56:00 PM

imageThis demonstrates the render.

<div class="timerelease" inVisibleMessage="This content is time released - visible 10/16/2006 3:56:00 PM to 10/16/2009 3:56:00 PM" VisibleDateTimeEnd="10/16/2009 3:56:00 PM" VisibleDateTimeStart="10/16/2006 3:56:00 PM">
<p>This is visible between the dates 10/16/2006 3:56:00 PM and 10/16/2009 3:56:00 PM</p>
<!-- timerelease -->
</div>

Wrapper nesting example: /playground/MultipleWrappers