I want to be able to use a single tacos autocompleter for space separated selection of multiple values. The requirement I specifically have is: A list contains Alpha,Beta,Gamma user can type A, select Alpha from the list, then type space, which should popup the list again.
The way I understand it the searchList function gets input as the entire string,so, I can use it to identify which item was partially entered and select it. Problems I have are: 1) Once the new item is selected, the value of the textbox becomes just the newly selected item,not a space separated value. I tried using afterUpdateElement for this but the previous entered input is lost by the time afterUpdateElement is called. 2) The user can enter in the textbox in any order,so if he types Alpha,then moved to the first character,how will I be able to identify that,is that possible using the Autocompleter component. 3) Another simpler problem I have is that I need to set the cursor to the end of the text rather than the beginning after the item has been selected.Is this possible? Thanks, NavC __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
