PDA

View Full Version : Del.icio.us style tag text field



alexg
19 Jan 2008, 5:03 PM
I've been poking around for a sample of creating a text box that would allow multiple entries, separated by a comma that would initiate a lookup for every new item entered into the textbox (a la the tags textbox for Del.icio.us for example).

This would seem to be a standard need but I can't seem to find any samples (could be I'm just blind). Does anyone know of a sample they could point me to? If not, I guess its roll my own time:))

tore.kjorsvik
20 Jan 2008, 12:50 PM
Check out these extensions:
TextField: http://extjs.com/forum/showthread.php?t=19551
ComboBox: http://extjs.com/forum/showthread.php?t=16841

I hope they will fit your needs :)
Tore

alexg
20 Jan 2008, 2:41 PM
Thanks! I think the text field is perfect. Much appreciated.

Alex