<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Zendcasts Forum / ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
		<link>http://www.zendcasts.com/forum/viewtopic.php?id=218</link>
		<description><![CDATA[The most recent posts in ZC59 – Autocomplete Control with ZendX_JQuery.]]></description>
		<lastBuildDate>Tue, 14 Sep 2010 21:34:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=1062#p1062</link>
			<description><![CDATA[<p>Hi, </p><p>first: thx for this great tutorial.</p><p>I tried to extend this autocomplete form with typical usages, similar to Xaviars needs.</p><p>These functionalities are nearly in every autocomplete search form of my applications:</p><p>1. Search over multiple tables and columns to get the nessessary data.<br />2. Return more than one Information out of one column to identify the selection data. (e.g. if you search a name, display the firstname, name and zip code)<br />3. Add some action if we focus a entry<br />4. Add some action if we select a entry (fill hidden fields or do some more ajax requests)</p><p>I am trying to get this work with zendx since five days. Sure with nearly 3 days of googling <img src="http://www.zendcasts.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>You can follow my steps, thoughts an results in this thread:<br /><a href="http://www.zfforums.com/zend-framework-components-13/zendx-45/zendx-autocomplete-how-display-different-data-fill-hidden-formelements-5510.html">http://www.zfforums.com/zend-framework- … -5510.html</a></p><p>I hope we can find a nice solution together, because I think this is the most wanted functionality of autocomplete or extended search fields.</p><p>Thx for helping. May be this is a stuff for the next tutorial <img src="http://www.zendcasts.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ZBI)]]></author>
			<pubDate>Tue, 14 Sep 2010 21:34:03 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=1062#p1062</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=1006#p1006</link>
			<description><![CDATA[<p>Thanks for sharing Xavier <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Mon, 16 Aug 2010 08:23:00 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=1006#p1006</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=1002#p1002</link>
			<description><![CDATA[<p>Hey,</p><p>found a prefect solution for me. </p><p>Instead of pretending the combobox, overwrite him ...</p><p>found the code here and i works like a charm!</p><p><a href="http://jqueryui.com/demos/autocomplete/#combobox">http://jqueryui.com/demos/autocomplete/#combobox</a></p><p>thx for the feedback guys</p>]]></description>
			<author><![CDATA[dummy@example.com (Xavier)]]></author>
			<pubDate>Sat, 14 Aug 2010 20:00:40 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=1002#p1002</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=1001#p1001</link>
			<description><![CDATA[<p>Dump your code snippet...</p>]]></description>
			<author><![CDATA[dummy@example.com (iiTyr)]]></author>
			<pubDate>Sat, 14 Aug 2010 19:44:03 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=1001#p1001</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=1000#p1000</link>
			<description><![CDATA[<p>hi,</p><p>I tried an tried, but nothing seems to work out ... </p><p>JQuery wants something like :[&quot;User1&quot;,&quot;User2&quot;,&quot;User3&quot;]</p><p>Someone already figured outs a problem like this? </p><p>I want to replace a dropdown, but it needs to do the trick offcourse ...</p>]]></description>
			<author><![CDATA[dummy@example.com (Xavier)]]></author>
			<pubDate>Sat, 14 Aug 2010 14:12:50 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=1000#p1000</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=978#p978</link>
			<description><![CDATA[<p>Hi Xavier,</p><p>In order to get this sort of thing to work, you&#039;ll have to probably pass back more than just a list of usernames. I&#039;m not sure how much flexibility the autocomplete control has in this regard, but you would want to send back a small json structure for each result. </p><p>e.g.<br />[{&quot;user&quot; : &quot;Jon&quot; , &quot;id&quot; : 23}, {&quot;user&quot;: &quot;Xavier&quot; , &quot;id&quot; :24}, ...]</p><p>once you have it in this format coming from the server, you could then parse it on the client so that the username is all that shows up and you could store the id either in the DOM or in a variable on the page.</p><p>Hope that helps,<br />-<br />Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Tue, 10 Aug 2010 08:17:58 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=978#p978</guid>
		</item>
		<item>
			<title><![CDATA[Re: ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=976#p976</link>
			<description><![CDATA[<p>Hey Jon,</p><p>First I want to thank you for the good work, nice videos and stuff.<br />I&#039;ve tried the video based with some extras like db connection and form controller, but i have an issue ginving extraParams. </p><p>I want people to select a user and return the ID value and not the name&#160; of this user.</p><p>Did you experience this already?</p><p>thx,</p><p>Xavier</p>]]></description>
			<author><![CDATA[dummy@example.com (Xavier)]]></author>
			<pubDate>Tue, 10 Aug 2010 07:31:16 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=976#p976</guid>
		</item>
		<item>
			<title><![CDATA[ZC59 – Autocomplete Control with ZendX_JQuery]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=962#p962</link>
			<description><![CDATA[<p>In the last video, I discussed ZendX_JQuery integration. Now we&#039;re going to take it a step further by developing our own jQuery autocomplete control, using a country list, PHP 5.3 and anonymous functions.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Mon, 26 Jul 2010 10:33:18 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=962#p962</guid>
		</item>
	</channel>
</rss>

