<?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: ComboBox Widget Update</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/comment-page-1/#comment-31398</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 22 Aug 2007 15:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/#comment-31398</guid>
		<description>Dave,

The widget should support any character you can type, assuming your backend implementation supports it.  The only exception is your delimiter character if you&#039;ve configured it for multi-value mode (where you can enter a list of values, and each one gets independent completion).

I don&#039;t really have plans to do much with the widget.  I kind of misnamed it.  It&#039;s not really a combobox, but more an autocompleter.  In that regard it&#039;s quite functional, and while it&#039;s not quite as polished as others (such as the one in Scriptaculous (http://script.aculo.us/), there are a couple edge cases I&#039;ve run into that it works better for.  That has probably changed as others have upgraded, of course.  Mine is over two years old.

Adding an explicit trigger (the down arrow) to fire the autocomplete machinery at a time other than when typing triggers it should be pretty trivial.  You&#039;ll just need to invoke valueChanged on the ComboBox object when the user clicks the arrow.  You&#039;ll probably need to supply some custom logic in your option-generating callback to handle empty values and generate the top 20 list, but that&#039;s a snap.  None of the ComboBox code itself should require modification.</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>The widget should support any character you can type, assuming your backend implementation supports it.  The only exception is your delimiter character if you've configured it for multi-value mode (where you can enter a list of values, and each one gets independent completion).</p>
<p>I don't really have plans to do much with the widget.  I kind of misnamed it.  It's not really a combobox, but more an autocompleter.  In that regard it's quite functional, and while it's not quite as polished as others (such as the one in Scriptaculous (<a href="http://script.aculo.us/" rel="nofollow">http://script.aculo.us/</a>), there are a couple edge cases I've run into that it works better for.  That has probably changed as others have upgraded, of course.  Mine is over two years old.</p>
<p>Adding an explicit trigger (the down arrow) to fire the autocomplete machinery at a time other than when typing triggers it should be pretty trivial.  You'll just need to invoke valueChanged on the ComboBox object when the user clicks the arrow.  You'll probably need to supply some custom logic in your option-generating callback to handle empty values and generate the top 20 list, but that's a snap.  None of the ComboBox code itself should require modification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>https://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/comment-page-1/#comment-31395</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 22 Aug 2007 14:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/05/16/combobox-widget-update/#comment-31395</guid>
		<description>Hey Barney - I was just wondering if your widget will support entering special characters, such as %, #, &amp;, etc. I have tried Nitobi and found a couple of flaws in it concerning these characters, which have become show stoppers for me, leaving me looking for a differnet solution. Also having weird querying issues when typing past a #sign, particularly in Firefox. Try link below in IE and FF.

http://dev.freightrak.com/CommonFiles/Objects/ComboBox/Test_BasicCombo.asp

I&#039;m also wondering if you have considered placing a arrow to the right for the user to click and select an item from a regular list (e.g. TOP 20 Customers or something loaded upon initializing of the box).

Dave</description>
		<content:encoded><![CDATA[<p>Hey Barney &#8211; I was just wondering if your widget will support entering special characters, such as %, #, &amp;, etc. I have tried Nitobi and found a couple of flaws in it concerning these characters, which have become show stoppers for me, leaving me looking for a differnet solution. Also having weird querying issues when typing past a #sign, particularly in Firefox. Try link below in IE and FF.</p>
<p><a href="http://dev.freightrak.com/CommonFiles/Objects/ComboBox/Test_BasicCombo.asp" rel="nofollow">http://dev.freightrak.com/CommonFiles/Objects/ComboBox/Test_BasicCombo.asp</a></p>
<p>I'm also wondering if you have considered placing a arrow to the right for the user to click and select an item from a regular list (e.g. TOP 20 Customers or something loaded upon initializing of the box).</p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
