<?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>crm.atechnisch.nl &#187; element on form</title>
	<atom:link href="http://crm.atechnisch.nl/tag/element-on-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://crm.atechnisch.nl</link>
	<description>How to improve Microsoft Dynamics CRM</description>
	<lastBuildDate>Wed, 25 Nov 2009 08:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide NavBar</title>
		<link>http://crm.atechnisch.nl/2008/09/hide-navbar/</link>
		<comments>http://crm.atechnisch.nl/2008/09/hide-navbar/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 14:39:05 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 3.0 Customizations]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[element on form]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[NavBar]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/09/24/hide-navbar/</guid>
		<description><![CDATA[I read a question about how to hide the NavBar of a Form. After searching in my code sample library, I found a solution I used in a iframe. With a little modification it also worked on a regular form.

if (document.all.tdAreas!=null) {
document.all.tdAreas.parentElement.children[0].style.display='none';
document.all.tdAreas.colSpan=2;
}

]]></description>
			<content:encoded><![CDATA[<p>I read a question about how to hide the NavBar of a Form. After searching in my code sample library, I found a solution I used in a iframe. With a little modification it also worked on a regular form.</p>
<pre class="brush: css;">
if (document.all.tdAreas!=null) {
document.all.tdAreas.parentElement.children[0].style.display='none';
document.all.tdAreas.colSpan=2;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/09/hide-navbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
