<?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: David Walsh&#8217;s ContextMenu Plugin</title>
	<atom:link href="http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/</link>
	<description>Making stuff work on the other side of the request.</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:00:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron N.</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/comment-page-1/#comment-31881</link>
		<dc:creator>Aaron N.</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=755#comment-31881</guid>
		<description>My suggestion was that the trigger option should be a function. That way I could define things like, say, right clicking only on images brings up the menu, or only images inside divs with a specific class, but only if the user has checked a box. Or whatever.</description>
		<content:encoded><![CDATA[<p>My suggestion was that the trigger option should be a function. That way I could define things like, say, right clicking only on images brings up the menu, or only images inside divs with a specific class, but only if the user has checked a box. Or whatever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Anders</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/comment-page-1/#comment-31879</link>
		<dc:creator>Jens Anders</dc:creator>
		<pubDate>Fri, 30 Jan 2009 08:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=755#comment-31879</guid>
		<description>Good point, David.

I didn&#039;t connect the &quot;trigger option&quot; to &quot;event type&quot; when I skimmed the code.. 
That small tidbit makes the whole class a lot more versatile. Guess ddmenu has something to learn from you then :)

I see your point with ctrl+click, doubleclick would be a better way obviously.
(using opera by default, ctrl+shift+click for new window, didn&#039;t remember FF and ctrl+click there..)

How about making trigger support array?
That way you could have contextmenu AND doubleckick as a backup..</description>
		<content:encoded><![CDATA[<p>Good point, David.</p>
<p>I didn&#8217;t connect the &#8220;trigger option&#8221; to &#8220;event type&#8221; when I skimmed the code..<br />
That small tidbit makes the whole class a lot more versatile. Guess ddmenu has something to learn from you then :)</p>
<p>I see your point with ctrl+click, doubleclick would be a better way obviously.<br />
(using opera by default, ctrl+shift+click for new window, didn&#8217;t remember FF and ctrl+click there..)</p>
<p>How about making trigger support array?<br />
That way you could have contextmenu AND doubleckick as a backup..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Walsh</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/comment-page-1/#comment-31867</link>
		<dc:creator>David Walsh</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=755#comment-31867</guid>
		<description>I disagree Jens.

If you take a look at the options in my menu class, I provide a &quot;trigger&quot; option which allows you to determine which event you would like the menu to display on.  You could display it on the &quot;click&quot; event if you wanted (obviously I don&#039;t recomment that).

I would NOT use control+click because that would prevent me from opening a link in a new window.  I think double-click would be better as it has no real purpose inside the browser.</description>
		<content:encoded><![CDATA[<p>I disagree Jens.</p>
<p>If you take a look at the options in my menu class, I provide a &#8220;trigger&#8221; option which allows you to determine which event you would like the menu to display on.  You could display it on the &#8220;click&#8221; event if you wanted (obviously I don&#8217;t recomment that).</p>
<p>I would NOT use control+click because that would prevent me from opening a link in a new window.  I think double-click would be better as it has no real purpose inside the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Anders</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/comment-page-1/#comment-31864</link>
		<dc:creator>Jens Anders</dc:creator>
		<pubDate>Thu, 29 Jan 2009 08:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=755#comment-31864</guid>
		<description>Too bad it don&#039;t work in Opera (and other browsers that don&#039;t allow overriding the menu/right click as default, though it&#039;s changeable in the preferences in Opera at least)..
Should learn a bit from ddmenu, and add ctrl+click as an alternative, and also maybe give the option to switch between right- and left-click.. (I can actually see a few cases where that would come in handy)

Guess this should have gone in the comments at dawidwalsh.name, but no comment fields on the blog post.. so..</description>
		<content:encoded><![CDATA[<p>Too bad it don&#8217;t work in Opera (and other browsers that don&#8217;t allow overriding the menu/right click as default, though it&#8217;s changeable in the preferences in Opera at least)..<br />
Should learn a bit from ddmenu, and add ctrl+click as an alternative, and also maybe give the option to switch between right- and left-click.. (I can actually see a few cases where that would come in handy)</p>
<p>Guess this should have gone in the comments at dawidwalsh.name, but no comment fields on the blog post.. so..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/david-walshs-contextmenu-plugin/comment-page-1/#comment-31861</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 29 Jan 2009 06:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=755#comment-31861</guid>
		<description>There is similar one here:
http://webhike.de/labs/ddmenu/</description>
		<content:encoded><![CDATA[<p>There is similar one here:<br />
<a href="http://webhike.de/labs/ddmenu/" rel="nofollow">http://webhike.de/labs/ddmenu/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

