AW: How create Autocomplete with selectbox

2013-10-27 Thread Vasili Petrenko
-Ursprüngliche Nachricht- Von: Steve [mailto:steves...@gmail.com] Gesendet: Freitag, 25. Oktober 2013 12:25 An: Tapestry users Betreff: Re: How create Autocomplete with selectbox Hello! I think you may find there is a useful example of something *similar* here: http://jumpstart.doublenegative.com.au

Re: How create Autocomplete with selectbox

2013-10-25 Thread Steve
Hello! I think you may find there is a useful example of something *similar* here: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/autocompletemixin However, if it is that exact functionality as you see in the jqueryui page you linked to, perhaps you can simply use that exact one -

How create Autocomplete with selectbox

2013-10-23 Thread Vasili Petrenko
I'm new to Tapestry. I want to change the behavior in autocomplete. I want to display a selection list when i'm click on the input field. How do I set up the click event to show the list. Something like this. http://jqueryui.com/autocomplete/#combobox It can also be as a pure input field.

How create Autocomplete with selectbox

2013-10-23 Thread Vasili Petrenko
I'm new to Tapestry. I want to change the behavior in autocomplete. I want to display a selection list when i'm click on the input field. How do I set up the click event to show the list. Something like this. http://jqueryui.com/autocomplete/#combobox It can also be as a pure input field.