<?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; enable right mouse</title>
	<atom:link href="http://crm.atechnisch.nl/tag/enable-right-mouse/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>Enable Right Mouse</title>
		<link>http://crm.atechnisch.nl/2008/01/enable-right-mouse/</link>
		<comments>http://crm.atechnisch.nl/2008/01/enable-right-mouse/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 10:02:15 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 3.0 Customizations]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[enable right mouse]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/01/16/enable-right-mouse/</guid>
		<description><![CDATA[To enable the right mouse button on a specific page put

javascript:void(document.oncontextmenu=null);

in the addressbar of your window.To enable the right mouse button for the complete application, you have to change the Global.js. See http://services.proworks.com/TeamBlog/2005/12/enabling-context-menu-in-microsoft-crm.html
]]></description>
			<content:encoded><![CDATA[<p>To enable the right mouse button on a specific page put</p>
<pre class="brush: css;">
javascript:void(document.oncontextmenu=null);
</pre>
<p>in the addressbar of your window.To enable the right mouse button for the complete application, you have to change the Global.js. See <a target="_blank" href="http://services.proworks.com/TeamBlog/2005/12/enabling-context-menu-in-microsoft-crm.html">http://services.proworks.com/TeamBlog/2005/12/enabling-context-menu-in-microsoft-crm.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/01/enable-right-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
