<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Perry DiMarco</title>
	<atom:link href="http://blogs.adobe.com/perrydimarco/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/perrydimarco</link>
	<description>Providing business value using Adobe Enterprise Technologies</description>
	<lastBuildDate>Fri, 18 Nov 2011 15:48:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Modify CQ&#8217;s Calendar Event Form</title>
		<link>http://blogs.adobe.com/perrydimarco/2011/11/18/modify-cqs-calendar-event-form/</link>
		<comments>http://blogs.adobe.com/perrydimarco/2011/11/18/modify-cqs-calendar-event-form/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:48:08 +0000</pubDate>
		<dc:creator>Perry DiMarco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[cq]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[wcm]]></category>
		<category><![CDATA[wem]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/perrydimarco/?p=4</guid>
		<description><![CDATA[As I have been spending more time consulting to Adobe customers on our WEM, Web Experience Management, formerly CQ from Day, I wanted to share some “how-to” knowledge using our Calendar component. Using the Calendar component is simple and provides &#8230; <a href="http://blogs.adobe.com/perrydimarco/2011/11/18/modify-cqs-calendar-event-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div>
<p>As I have been spending more time consulting to Adobe customers on our WEM, Web Experience Management, formerly CQ from Day, I wanted to share some “how-to” knowledge using our Calendar component. Using the Calendar component is simple and provides a large amount of canned functionality requiring only configurations.</p>
<p>One of the canned configurations is a built-in form that is used when creating an event. The built-in form provides a lot of up front data capture, as illustrated, for the event.</p>
<div id="attachment_6" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="createevent" href="http://blogs.adobe.com/perrydimarco/files/2011/11/createevent.png"><img class="size-medium wp-image-6" title="createevent" src="http://blogs.adobe.com/perrydimarco/files/2011/11/createevent-300x291.png" alt="Standard CQ Event From" width="300" height="291" /></a><p class="wp-caption-text">Standard CQ Event From</p></div>
<p>Although you can customize this form for your needs, every event requires basic event information and is the start and end dates and the summary fields. The summary field displays the event name in the calendar.</p>
<p>So lets modify this form.</p>
<ol>
<li>In a content page that contains a parsys, drag a calendar component.</li>
<li>Before editing the form, we need to make a copy of the current Edit Event form. Always make a copy of the current event form and place in your application. The form is located in <strong><em>/libs/collab/calendar/content/eventform</em></strong>. Copy the entire eventform and place in your components folder. This is a cq:Page object and does not carry any other JCR objects.</li>
<li>After copying the form, you will assign the form to your calendar object.</li>
<li>In Edit mode on the page with your calendar, you will see a tool bar atop the Calendar component as illustrated.</li>
</ol>
<p><a class="lightbox" title="calendar" href="http://blogs.adobe.com/perrydimarco/files/2011/11/calendar1.png"><img class="alignnone size-full wp-image-10" title="calendar" src="http://blogs.adobe.com/perrydimarco/files/2011/11/calendar1.png" alt="" width="553" height="122" /></a></p>
<ol>
<li value="5">Select the black “Edit” button and an “Edit Component” dialog appears. Select the “Edit” tab and enter the path to your copied form into the “Event edit form” field. You can alternately use the search button of the <em>Event edit form</em>field to find your form in CRX.</li>
</ol>
<p><a class="lightbox" title="editcomponent" href="http://blogs.adobe.com/perrydimarco/files/2011/11/editcomponent1.png"><img class="alignnone size-medium wp-image-14" title="editcomponent" src="http://blogs.adobe.com/perrydimarco/files/2011/11/editcomponent1-239x300.png" alt="" width="239" height="300" /></a></p>
<ol>
<li value="6">Once the new form is selected, you can save the dialog.</li>
<li>Back in the Calendar component, select the blue “Event Edit Form” button and you are presented with your form design consisting of a Form start, Form end and all the form controls, as illustrated.</li>
</ol>
</div>
<p><a class="lightbox" title="form" href="http://blogs.adobe.com/perrydimarco/files/2011/11/form1.png"><img class="alignnone size-full wp-image-13" title="form" src="http://blogs.adobe.com/perrydimarco/files/2011/11/form1.png" alt="" width="601" height="374" /></a></p>
<ol>
<li value="8">You are now free to modify all the controls, except the Start and End dates and the Summary. These are required to create the event content in CRX and allow the default calendar component to manage the data without any other modifications.</li>
<li>Delete or add widgets by dragging from your SideKick</li>
<li>When adding your widgets to the form, be sure to set the <strong>name</strong> property with a JCR node for storage of the field data, i.e. ./<em>my_fieldname</em></li>
<li>Once you have completed modifications to the form, simply close out of the browser window.</li>
<li>Go back to your Web site in CQ and select your calendar page. Create an event by clicking on a date and your form should appear.</li>
</ol>
<p>I hope this helps those that are already using Adobe CQ 5.4 and are looking to take advantage of features outside of the standard functionality. For additional information see the WEM documentation, <a href="http://wem.help.adobe.com/enterprise/en_US/10-0/wem.html">http://wem.help.adobe.com/enterprise/en_US/10-0/wem.html</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/perrydimarco/2011/11/18/modify-cqs-calendar-event-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blogs.adobe.com/perrydimarco/2011/01/12/hello-world/</link>
		<comments>http://blogs.adobe.com/perrydimarco/2011/01/12/hello-world/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 00:52:42 +0000</pubDate>
		<dc:creator>Perry DiMarco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/perrydimarco/?p=1</guid>
		<description><![CDATA[Welcome to Adobe Blogs. This is your first post. Edit or delete it, then start blogging!]]></description>
				<content:encoded><![CDATA[<p>Welcome to <a href="http://blogs.adobe.com/">Adobe Blogs</a>. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/perrydimarco/2011/01/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
