Re: User Filtering

2008-06-28 Thread TiNo
You could take a look at jQuery (http://jquery.com/), and for example this jQuery plugin: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ On Jun 27, 3:36 pm, "M.Ganesh" <[EMAIL PROTECTED]> wrote: > TiNo wrote: > > Maybe even nicer, a selectbox containing all users, and an input t

Re: User Filtering

2008-06-27 Thread M.Ganesh
TiNo wrote: > Maybe even nicer, a selectbox containing all users, and an input that > pops up on focus to filter. That way the form degrades nicely when js > is turned off. Makes a big selectbox though... > > Hi TiNo I am also looking for a similar solution. Can you please point me to a tut

Re: User Filtering

2008-06-27 Thread TiNo
You could have the autocomplete opperate on a dummy_seat input, and have the js fill in the correct user id in a hidden 'seat' field on blur. Maybe even nicer, a selectbox containing all users, and an input that pops up on focus to filter. That way the form degrades nicely when js is turned off.