<?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://blog.spreendigital.de/tag/event/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spreendigital.de</link>
	<description>A blog about Delphi programming, web and other technical stuff</description>
	<lastBuildDate>Fri, 11 Nov 2011 12:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OnClick Event in TTreeView Objects</title>
		<link>http://blog.spreendigital.de/2007/06/10/onclick-event-in-ttreeview-objects/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=onclick-event-in-ttreeview-objects</link>
		<comments>http://blog.spreendigital.de/2007/06/10/onclick-event-in-ttreeview-objects/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 14:23:49 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Delphi Programming]]></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://blog.spreendigital.de/2007/06/10/onclick-event-in-ttreeview-objects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

