<?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>The curse of Dennis D. Spreen &#187; Event</title>
	<atom:link href="http://www.spreendigital.de/blog/tag/event/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spreendigital.de/blog</link>
	<description>A blog about Delphi programming, web and other technical stuff</description>
	<lastBuildDate>Fri, 26 Mar 2010 08:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OnClick Event in TTreeView Objects</title>
		<link>http://www.spreendigital.de/blog/2007/06/10/onclick-event-in-ttreeview-objects/</link>
		<comments>http://www.spreendigital.de/blog/2007/06/10/onclick-event-in-ttreeview-objects/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 14:23:49 +0000</pubDate>
		<dc:creator>Dennis Spreen</dc:creator>
				<category><![CDATA[Delphi Programming]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[OnClick]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[TreeView]]></category>
		<category><![CDATA[TTreeview]]></category>

		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=60</guid>
		<description><![CDATA[This code returns the TAG of a clicked node in Delphi for PHP


function TreeView1JSClick($sender, $params)
{
?&#62;
//Add your javascript code here
tag=event.getTarget().tag;
alert(tag);
return(false);
&#60;?php
}
]]></description>
			<content:encoded><![CDATA[<p>This code returns the TAG of a clicked node in Delphi for PHP</p>
<p><span id="more-60"></span></p>
<p><code><br />
</code>function TreeView1JSClick($sender, $params)<br />
{</p>
<p>?&gt;<br />
//Add your javascript code here<br />
tag=event.getTarget().tag;<br />
alert(tag);</p>
<p>return(false);<br />
&lt;?php<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spreendigital.de/blog/2007/06/10/onclick-event-in-ttreeview-objects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
