<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lrowan</id>
		<title>ADF Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lrowan"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php/Special:Contributions/Lrowan"/>
		<updated>2026-04-04T09:19:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Daily_View_Page&amp;diff=3905</id>
		<title>PT Calendar2 Daily View Page</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Daily_View_Page&amp;diff=3905"/>
				<updated>2010-07-01T19:45:31Z</updated>
		
		<summary type="html">&lt;p&gt;Lrowan: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Calendar2 Build Subsites Templates and Pages|Build Subsites, Templates and Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Daily View page shows a list view of events for a day.&lt;br /&gt;
&lt;br /&gt;
To construct a Daily View page complete the following steps.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a CommonSpot page with a name of Daily List All Events' using the Calendar template and place it in the Calendar subsite. &lt;br /&gt;
# Since the this page is being created from the '''Calender Template''' which already contains the ''Calendar'' Custom Element and it is filtered for a Monthly view, the Filter will need to be adjusted to only display a day of events and the Daily View Render Handler will need applied.&lt;br /&gt;
# Adjust the Custom Element Data Filter&lt;br /&gt;
## Click '''Render Mode''' in the element interface.&lt;br /&gt;
## If not selected, select '''Display existing element data (content reuse)''' on the '''Rendering Mode''' tab.&lt;br /&gt;
## Select the '''Filter''' tab. &lt;br /&gt;
## If not selected, select Filter Type to '''Show subset of records'''.&lt;br /&gt;
## If not selected, select the '''Field''' drop-down as the '''date''' field. &lt;br /&gt;
## If not selected, select the operator as '''Greater Than or Equals'''.&lt;br /&gt;
## Click the '...' button to open the ColdFusion expression window.&lt;br /&gt;
## Replace the month filter expression with the following text as the expression:&lt;br /&gt;
### application.ptCalendar2.Date.csDateFormat(request.ptcalendar2.fullDate, '00:00:01')&lt;br /&gt;
## If checked, uncheck the ''force cache'' checkbox.  &lt;br /&gt;
## Click '''OK''' and then check the box to '''Ignore ColdFusion error'''&lt;br /&gt;
## Then click '''OK'''&lt;br /&gt;
## Now use the drop-down under the '''Date''' field and if not selected, choose '''AND''' &lt;br /&gt;
## In the second '''Field''' drop-down that appears if not selected, select '''date''' again. &lt;br /&gt;
## For the second operator if not selected, select '''Less Than or Equals'''.&lt;br /&gt;
## For the second value click the '...' button to open the ColdFusion expression window.&lt;br /&gt;
## Replace the month filter expression with the the following text as the expression:&lt;br /&gt;
### application.ptCalendar2.Date.csDateFormat(request.ptcalendar2.fullDate, '23:59:59')&lt;br /&gt;
## If checked, uncheck the '''force cache''' checkbox.  &lt;br /&gt;
## Click '''OK''' and then check the box to '''Ignore ColdFusion error'''&lt;br /&gt;
## Then click '''OK'''&lt;br /&gt;
## Now use the drop-down under the second '''Date''' field and if not selected, choose '''AND'''&lt;br /&gt;
## In the '''Field''' drop-down that appears if not selected, select '''Approved''' &lt;br /&gt;
## For the third operator if not selected, select '''Equals'''. &lt;br /&gt;
## For the third value drop-down if not selected, select '''1'''. &lt;br /&gt;
## For the '''Sort Order''' drop-down if not selected, select the '''Date''' field and choose '''Ascending'''&lt;br /&gt;
## Click '''OK''' on the render mode window.&lt;br /&gt;
# Select the Daily View Render Handler&lt;br /&gt;
## On the '''Calendar''' element indicator, Click ''More''.  &lt;br /&gt;
## Then the ''Custom Render Handlers'' menu option, and choose the''View Events by Day'' Render Handler.&lt;br /&gt;
# Submit the Page.&lt;/div&gt;</summary>
		<author><name>Lrowan</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Daily_View_Page&amp;diff=3904</id>
		<title>PT Calendar2 Daily View Page</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Daily_View_Page&amp;diff=3904"/>
				<updated>2010-07-01T19:45:11Z</updated>
		
		<summary type="html">&lt;p&gt;Lrowan: Changed copy/paste error of weekly to daily&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Calendar2 Build Subsites Templates and Pages|Build Subsites, Templates and Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Daily View page shows a list view of events for a day.&lt;br /&gt;
&lt;br /&gt;
To construct a Daily View page complete the following steps.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a CommonSpot page with a name of DailyList All Events' using the Calendar template and place it in the Calendar subsite. &lt;br /&gt;
# Since the this page is being created from the '''Calender Template''' which already contains the ''Calendar'' Custom Element and it is filtered for a Monthly view, the Filter will need to be adjusted to only display a day of events and the Daily View Render Handler will need applied.&lt;br /&gt;
# Adjust the Custom Element Data Filter&lt;br /&gt;
## Click '''Render Mode''' in the element interface.&lt;br /&gt;
## If not selected, select '''Display existing element data (content reuse)''' on the '''Rendering Mode''' tab.&lt;br /&gt;
## Select the '''Filter''' tab. &lt;br /&gt;
## If not selected, select Filter Type to '''Show subset of records'''.&lt;br /&gt;
## If not selected, select the '''Field''' drop-down as the '''date''' field. &lt;br /&gt;
## If not selected, select the operator as '''Greater Than or Equals'''.&lt;br /&gt;
## Click the '...' button to open the ColdFusion expression window.&lt;br /&gt;
## Replace the month filter expression with the following text as the expression:&lt;br /&gt;
### application.ptCalendar2.Date.csDateFormat(request.ptcalendar2.fullDate, '00:00:01')&lt;br /&gt;
## If checked, uncheck the ''force cache'' checkbox.  &lt;br /&gt;
## Click '''OK''' and then check the box to '''Ignore ColdFusion error'''&lt;br /&gt;
## Then click '''OK'''&lt;br /&gt;
## Now use the drop-down under the '''Date''' field and if not selected, choose '''AND''' &lt;br /&gt;
## In the second '''Field''' drop-down that appears if not selected, select '''date''' again. &lt;br /&gt;
## For the second operator if not selected, select '''Less Than or Equals'''.&lt;br /&gt;
## For the second value click the '...' button to open the ColdFusion expression window.&lt;br /&gt;
## Replace the month filter expression with the the following text as the expression:&lt;br /&gt;
### application.ptCalendar2.Date.csDateFormat(request.ptcalendar2.fullDate, '23:59:59')&lt;br /&gt;
## If checked, uncheck the '''force cache''' checkbox.  &lt;br /&gt;
## Click '''OK''' and then check the box to '''Ignore ColdFusion error'''&lt;br /&gt;
## Then click '''OK'''&lt;br /&gt;
## Now use the drop-down under the second '''Date''' field and if not selected, choose '''AND'''&lt;br /&gt;
## In the '''Field''' drop-down that appears if not selected, select '''Approved''' &lt;br /&gt;
## For the third operator if not selected, select '''Equals'''. &lt;br /&gt;
## For the third value drop-down if not selected, select '''1'''. &lt;br /&gt;
## For the '''Sort Order''' drop-down if not selected, select the '''Date''' field and choose '''Ascending'''&lt;br /&gt;
## Click '''OK''' on the render mode window.&lt;br /&gt;
# Select the Daily View Render Handler&lt;br /&gt;
## On the '''Calendar''' element indicator, Click ''More''.  &lt;br /&gt;
## Then the ''Custom Render Handlers'' menu option, and choose the''View Events by Day'' Render Handler.&lt;br /&gt;
# Submit the Page.&lt;/div&gt;</summary>
		<author><name>Lrowan</name></author>	</entry>

	</feed>