<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: How to:: Modify Oracle UCM / Stellent Navigation.</title>
	<atom:link href="http://www.bluestudios.co.uk/blog/?feed=rss2&#038;p=471" rel="self" type="application/rss+xml" />
	<link>http://www.bluestudios.co.uk/blog/?p=471</link>
	<description>Its Just another WordPress weblog.. Really!</description>
	<pubDate>Mon, 06 Sep 2010 22:26:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.bluestudios.co.uk/blog/?p=471&#038;cpage=1#comment-21097</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=471#comment-21097</guid>
		<description>I`ll email you hold on.. can`t post code on my blog.. too lazy to fix at the mo.</description>
		<content:encoded><![CDATA[<p>I`ll email you hold on.. can`t post code on my blog.. too lazy to fix at the mo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.bluestudios.co.uk/blog/?p=471&#038;cpage=1#comment-21096</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=471#comment-21096</guid>
		<description>Not 100% on what you want but here's what you could try.

Not sure if this will work but.. 
This will allow you to reuse the quick search form popup..

Add a new navigation node:
&lt;code&gt;navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==NEW_CHECK_IN', 'label==Quick Form'));&lt;/code&gt;

Now add the url reusing the javascript popup function from the quick search navigation I think you are talking about in the top right hand side..

So URL would look like this:

&lt;code&gt;'url=='showPopup(\'myFormContainer\', \'NEW_CHECK_IN\', event, \'position=west\');'&lt;/code&gt;


Create a div element with your form in it..

&lt;code&gt;&lt;div id="myFormContainer"&gt;&lt;form&gt;&lt;input type="text" /&gt;&lt;/form&gt;&lt;/div&gt;&lt;/code&gt;


Thats it output everything together would look like this::



&lt;code&gt;&lt;div id="myFormContainer"&gt;&lt;form&gt;&lt;input type="text" /&gt;&lt;/form&gt;&lt;/div&gt;

navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==NEW_CHECK_IN', 'label==Quick Form', 'url=='showPopup(\'myFormContainer\', \'NEW_CHECK_IN\', event, \'position=west\');'));
&lt;/code&gt;

you may want to replace \' with double quotes " as I haven`t looked through how addChildNodeTo function works..</description>
		<content:encoded><![CDATA[<p>Not 100% on what you want but here&#8217;s what you could try.</p>
<p>Not sure if this will work but..<br />
This will allow you to reuse the quick search form popup..</p>
<p>Add a new navigation node:<br />
<code>navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==NEW_CHECK_IN', 'label==Quick Form'));</code></p>
<p>Now add the url reusing the javascript popup function from the quick search navigation I think you are talking about in the top right hand side..</p>
<p>So URL would look like this:</p>
<p><code>'url=='showPopup(\'myFormContainer\', \'NEW_CHECK_IN\', event, \'position=west\');'</code></p>
<p>Create a div element with your form in it..</p>
<p><code>
<div id="myFormContainer">
<form>
<input type="text" /></form>
</div>
<p></code></p>
<p>Thats it output everything together would look like this::</p>
<p><code>
<div id="myFormContainer">
<form>
<input type="text" /></form>
</div>
<p>navBuilder.addChildNodeTo(&#8217;NAVTREE&#8217;, &#8216;collection&#8217;, &#8216;id==NEW_CHECK_IN&#8217;, &#8216;label==Quick Form&#8217;, &#8216;url==&#8217;showPopup(\&#8217;myFormContainer\&#8217;, \&#8217;NEW_CHECK_IN\&#8217;, event, \&#8217;position=west\&#8217;);&#8217;));<br />
</code></p>
<p>you may want to replace \&#8217; with double quotes &#8221; as I haven`t looked through how addChildNodeTo function works..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UCM Consultant</title>
		<link>http://www.bluestudios.co.uk/blog/?p=471&#038;cpage=1#comment-21094</link>
		<dc:creator>UCM Consultant</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=471#comment-21094</guid>
		<description>What if I want to add something other than links?
Can you paste an example how to add a custom form (similar to the search navigation menu)?</description>
		<content:encoded><![CDATA[<p>What if I want to add something other than links?<br />
Can you paste an example how to add a custom form (similar to the search navigation menu)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
