You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by DavidWei <xi...@rrd.com> on 2008/03/14 03:08:15 UTC

Re: T5 : Editable Select

I have same need. Can someone answer this? Thanks!

David

martin boulanger wrote:
> 
> Dear all,
> 
> I need to make an editable select box : i.e the user can either chose one
> of the option in the select box or type a custom String. Is it possible to
> make something like this with Tapestry 5?
> 
> Thanks,
> 
> Martin
> 

-- 
View this message in context: http://www.nabble.com/T5-%3A-Editable-Select-tp13776203p16042885.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 : Editable Select

Posted by Davor Hrg <hr...@gmail.com>.
you can go arround this by
creating a component that generates a select
and input, thus allowing arbitrary value in the input  box.

or dig in with javascript and create a more streamline one...

Davor Hrg

On Fri, Mar 14, 2008 at 3:08 AM, DavidWei <xi...@rrd.com> wrote:
>
>  I have same need. Can someone answer this? Thanks!
>
>  David
>
>
>  martin boulanger wrote:
>  >
>  > Dear all,
>  >
>  > I need to make an editable select box : i.e the user can either chose one
>
> > of the option in the select box or type a custom String. Is it possible to
>  > make something like this with Tapestry 5?
>  >
>  > Thanks,
>  >
>  > Martin
>  >
>
>  --
>  View this message in context: http://www.nabble.com/T5-%3A-Editable-Select-tp13776203p16042885.html
>
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org