Re: [Wicket-user] Autocomplete - selecting (higlighting)firstoption by default.

2007-05-29 Thread Eelco Hillenius
wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js > (working copy) > @@ -7,7 +7,7 @@ > if (typeof(Wicket) == "undefined") > Wicket = { }; > > -Wicket.AutoComplete=function(elementId,callbackUrl){ > +Wicket.AutoComplete=function(elementId,callbackUrl,prese

Re: [Wicket-user] Autocomplete - selecting (higlighting)firstoption by default.

2007-05-29 Thread Dipu
tionality. On 29/05/07, Dipu < [EMAIL PROTECTED]> wrote: I agree, it will be nice to have the ability control this. In my case i had to hard code it in the autocomplete js file and i had to rebuild the wicket extensions. Regards Dipu ----- Original Message -

Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default.

2007-05-29 Thread Eelco Hillenius
t; > - Original Message - > > From: Sean Sullivan > > To: wicket-user@lists.sourceforge.net > > Sent: Saturday, May 26, 2007 6:57 AM > > Subject: Re: [Wicket-user] Autocomplete - selecting (higlighting) > firstoption by default. > > > > > > >

Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default.

2007-05-29 Thread Erik van Oosten
Yes please! other things that would be great: -1- immediate open of the dropdown window upon entering the field -2- control over the width of the dropdown window I implemented -1- by adding a special class to the field 'immediateOpen' and adapting the javascript (code available for download at

Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default.

2007-05-29 Thread Ryan Gravener
wicket extensions. Regards Dipu - Original Message - *From:* Sean Sullivan <[EMAIL PROTECTED]> *To:* wicket-user@lists.sourceforge.net *Sent:* Saturday, May 26, 2007 6:57 AM *Subject:* Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default. IMHO, it would be

Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default.

2007-05-29 Thread Dipu
, May 26, 2007 6:57 AM Subject: Re: [Wicket-user] Autocomplete - selecting (higlighting) firstoption by default. IMHO, it would be nice if Java programmers could control this behavior with a Java API. On 5/25/07, Dipu <[EMAIL PROTECTED]> wrote: At the moment with Wicket&