<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Yanachik.org &#187; Yahoo.YUI.DataTable</title>
	<atom:link href="http://www.yanachik.org/tag/yahooyuidatatable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yanachik.org</link>
	<description>IT Administration and Application Development</description>
	<lastBuildDate>Mon, 02 May 2011 12:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Yahoo DataTable editorSaveEvent Change from YUI 2.5.2 to 2.6.0</title>
		<link>http://www.yanachik.org/2008/10/10/yahoo-datatable-editorsaveevent-change-from-yui-252-to-260/</link>
		<comments>http://www.yanachik.org/2008/10/10/yahoo-datatable-editorsaveevent-change-from-yui-252-to-260/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:22:41 +0000</pubDate>
		<dc:creator>kyanachik</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Yahoo.YUI.DataTable]]></category>

		<guid isPermaLink="false">http://www.yanachik.org/?p=96</guid>
		<description><![CDATA[In Yahoo YUI 2.5.2 the Yahoo DataTable editorSave Event&#8217;sData Cell Editor has changed.  To get to the data record for the editor it is no-longer oArgs.editor.record, but rather oArgs.editor.getRecord(); DataTable.subscribe("editorSaveEvent", [...]]]></description>
			<content:encoded><![CDATA[<p>In Yahoo YUI 2.5.2 the Yahoo DataTable editorSave Event&#8217;sData Cell Editor has changed.  To get to the data record for the editor it is no-longer oArgs.editor.record, but rather oArgs.editor.getRecord();</p>
<pre lang="javascript" line="1">DataTable.subscribe("editorSaveEvent", EditorChanged);

function EditorChanged(oArgs)
{
    var record = oArgs.editor.getRecord();
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.yanachik.org/2008/10/10/yahoo-datatable-editorsaveevent-change-from-yui-252-to-260/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

