<?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: RightContext v0.2.5 : A REAL JavaScript Context Menu &#8211; Supercharged and on Anabolic Steroids! MMMMM&#8230;.</title>
	<atom:link href="http://www.harelmalka.com/?feed=rss2&#038;p=60" rel="self" type="application/rss+xml" />
	<link>http://www.harelmalka.com/?p=60</link>
	<description>.oOo. Its a dot's world .oOo.</description>
	<lastBuildDate>Fri, 20 Aug 2010 12:42:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Erik</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-3050</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 20 Aug 2010 12:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-3050</guid>
		<description>Thanks for working out this great functionality!

I&#039;ve added a check on the variable itemaction to avoid a javascript error when no url, nor onclick action is added in case of a menu item.

itemAction = item[&quot;onclick&quot;];
if (itemAction!=null &amp;&amp; itemAction!=&quot;undefined&quot;) {
try {

itemSrc = item[&quot;onclick&quot;].toString();
if (itemSrc.indexOf(&#039;[&#039;)&gt;-1) {
itemSrc = this.transform(itemSrc, objMap);
eval(&#039;itemAction = &#039; + itemSrc);
}

} catch (e) {
// nothing...
}

// set the cell onclick event handler.
cell.onclick=itemAction;
}</description>
		<content:encoded><![CDATA[<p>Thanks for working out this great functionality!</p>
<p>I&#8217;ve added a check on the variable itemaction to avoid a javascript error when no url, nor onclick action is added in case of a menu item.</p>
<p>itemAction = item["onclick"];<br />
if (itemAction!=null &amp;&amp; itemAction!=&#8221;undefined&#8221;) {<br />
try {</p>
<p>itemSrc = item["onclick"].toString();<br />
if (itemSrc.indexOf(&#8216;[&#8216;)&gt;-1) {<br />
itemSrc = this.transform(itemSrc, objMap);<br />
eval(&#8216;itemAction = &#8216; + itemSrc);<br />
}</p>
<p>} catch (e) {<br />
// nothing&#8230;<br />
}</p>
<p>// set the cell onclick event handler.<br />
cell.onclick=itemAction;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-3008</link>
		<dc:creator>Alice</dc:creator>
		<pubDate>Tue, 20 Apr 2010 21:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-3008</guid>
		<description>Is it possible to use onclick to call a custom function and pass the attributes? ie... 
onclick: onClickNextCustom([attr1]) ;</description>
		<content:encoded><![CDATA[<p>Is it possible to use onclick to call a custom function and pass the attributes? ie&#8230;<br />
onclick: onClickNextCustom([attr1]) ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Pratley</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2985</link>
		<dc:creator>Jeff Pratley</dc:creator>
		<pubDate>Sat, 20 Mar 2010 06:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2985</guid>
		<description>I&#039;ve been trying to fix a problem with the position of the menu when the page is scrolled to the right--the menu appears off to the left. I saw the fix posted by Brian for the vertical scroll issue, but don&#039;t have the smarts to sort out what&#039;s wrong with the horizontal scroll. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to fix a problem with the position of the menu when the page is scrolled to the right&#8211;the menu appears off to the left. I saw the fix posted by Brian for the vertical scroll issue, but don&#8217;t have the smarts to sort out what&#8217;s wrong with the horizontal scroll. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2900</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2900</guid>
		<description>Duh, added an event handler for mouseout under the line } else if (this.menuTriggerEvent==&quot;LEFT&quot; &#124;&#124; this.menuTriggerEvent==&quot;RIGHT&quot;) {</description>
		<content:encoded><![CDATA[<p>Duh, added an event handler for mouseout under the line } else if (this.menuTriggerEvent==&#8221;LEFT&#8221; || this.menuTriggerEvent==&#8221;RIGHT&#8221;) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2899</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2899</guid>
		<description>Is there a way to kill the menu when the mouse moves off of it?  The timeout doesn&#039;t seem to want to fire.</description>
		<content:encoded><![CDATA[<p>Is there a way to kill the menu when the mouse moves off of it?  The timeout doesn&#8217;t seem to want to fire.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murdok</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2893</link>
		<dc:creator>Murdok</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2893</guid>
		<description>Thank u, don&#039;t work with &#039; &#039; but it&#039;s works with &quot; &quot;</description>
		<content:encoded><![CDATA[<p>Thank u, don&#8217;t work with &#8216; &#8216; but it&#8217;s works with &#8221; &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harel</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2892</link>
		<dc:creator>harel</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2892</guid>
		<description>It should just work if you use the tags in the onclick function. like:
&lt;code&gt;onclick: function() { alert(&quot;hey [attr1] how you [attr2]&quot;); }&lt;/code&gt;
Note that url param will overide the onclick so don&#039;t use url if you&#039;re using onclick.</description>
		<content:encoded><![CDATA[<p>It should just work if you use the tags in the onclick function. like:<br />
<code>onclick: function() { alert("hey [attr1] how you [attr2]"); }</code><br />
Note that url param will overide the onclick so don&#8217;t use url if you&#8217;re using onclick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murdok</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2891</link>
		<dc:creator>Murdok</dc:creator>
		<pubDate>Tue, 21 Jul 2009 01:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2891</guid>
		<description>hi, i&#039;ve a doubt. How can i use the attr1, attr2 values with function &quot;onclick&quot; like this.

alert (&#039;you selected [attr2] option&#039;);

any idea?

thanks</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;ve a doubt. How can i use the attr1, attr2 values with function &#8220;onclick&#8221; like this.</p>
<p>alert (&#8216;you selected [attr2] option&#8217;);</p>
<p>any idea?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harel</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2884</link>
		<dc:creator>harel</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2884</guid>
		<description>Hi Fery, 
Look at repositionMenu function. This does the checks to see where to place the menu. Maybe you can modify it to fit your table model? Or force it show &#039;below&#039; mouse all the time (i.e., not check for window boundries).</description>
		<content:encoded><![CDATA[<p>Hi Fery,<br />
Look at repositionMenu function. This does the checks to see where to place the menu. Maybe you can modify it to fit your table model? Or force it show &#8216;below&#8217; mouse all the time (i.e., not check for window boundries).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fery</title>
		<link>http://www.harelmalka.com/?p=60&#038;cpage=3#comment-2883</link>
		<dc:creator>Fery</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.harelmalka.com/?p=60#comment-2883</guid>
		<description>I am using your script RightCOntext. I like it very much, the configuration is awesome. Although there is a small problem. I am using the menu with the line of the big table. The menu shows different actions, which i can perform with this line(edit, show details)
The problem is, that the menu is showed above the line. When i click it, the menu pops up above. For me, it would be much better, if it could show bellow right from the mouse click.
 Is it possible to set it this way somehow?  I would really appretiate it.</description>
		<content:encoded><![CDATA[<p>I am using your script RightCOntext. I like it very much, the configuration is awesome. Although there is a small problem. I am using the menu with the line of the big table. The menu shows different actions, which i can perform with this line(edit, show details)<br />
The problem is, that the menu is showed above the line. When i click it, the menu pops up above. For me, it would be much better, if it could show bellow right from the mouse click.<br />
 Is it possible to set it this way somehow?  I would really appretiate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
