15 votes
closed
Support Completetion Of Multiple Words

Description

 
AutoComplete should allow for the completion of multiple words. Multiple words should be based on a "seperatorChar" property. This facilitiates use cases like completing individual words in a comma seperated list of values.


Closed May 5 2007 at 2:59 AM  by kirtid

Comments

most recent at top (show oldest at top)
wrote May 5 2007 at 2:59 AM
Resolved with changeset 21953.

tshak wrote May 2 2007 at 4:12 AM
Attached new patch with updated functionality according to Kirti.

tshak wrote Apr 20 2007 at 4:20 PM
Attached Patch.

kirtid wrote Apr 20 2007 at 4:14 AM
Reactivating since Tim has a patch fix for this.

kirtid_cp wrote Apr 20 2007 at 4:14 AM

wrote Apr 13 2007 at 11:43 PM
The solution provided by David seems to be a clean way of handling multi-word completion. If you do not have control over the webservice, you could intercept it by having your own PageMethod and manipulating the input in the textbox before it is sent over. Even though this is a server side solution, it still fully serves the scenario end to end.

tshak wrote Apr 6 2007 at 10:42 PM
You really can't *closely* approximate this on the server. In the AJAX world we can't assume that we have control of the service. It also forces the service to be tightly coupled to a single implementation (e.g. I can't have to AJAX clients with different seperator characters). In short, we should not be trying to solve client problems on the server. Seperation of concerns and all that :).

wrote Mar 31 2007 at 6:03 AM
This can be closely approximated with the existing (10301) AutoComplete and a bit of work in the Web Service: http://blogs.msdn.com/delay/archive/2007/03/30/autocomplete-how-to-create-a-multi-word-auto-complete-text-box.aspx.

taylorparsons wrote Mar 14 2007 at 12:11 AM
This is a great improvment to this control. Nice work Tim, I sure would love to see this added to Atlas Control Toolkit.

wrote Mar 13 2007 at 11:52 PM
Tim Shakarian has a suggested fix for this:

http://www.tshak.net/ideas/AutoComplete/AutoComplete_With_MultiWordSeperator.zip


wrote Mar 13 2007 at 11:51 PM
Reactivating this to see if we get more votes on this.

wrote Mar 13 2007 at 12:45 AM
David will write a small blog on this.

tshak wrote Mar 11 2007 at 12:02 AM
Sorry for dupe it looks like server is getting an error on the attachment. I'll host on my blog: http://blog.tshak.net.

tshak wrote Mar 10 2007 at 11:56 PM
Attaching updated version of control which has a new property "MultiWordSeperator" which allows for a seperator string. This implementation allows the user add new words or go back to previous words and still get autocomplete (IE7 and FF1.5+ only, but does not break IE6).

tshak wrote Mar 10 2007 at 11:56 PM
Attaching updated version of control which has a new property "MultiWordSeperator" which allows for a seperator string. This implementation allows the user add new words or go back to previous words and still get autocomplete (IE7 and FF1.5+ only, but does not break IE6).

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987