Excellent :)

Good to know in case someone needs to do this later some time.

Inge

On Thu, Jun 10, 2010 at 4:17 PM, Donarus <palu...@gmail.com> wrote:

>
> Hi again,
>   so I tried to construct solution in way, you mentioned.
> Here is my solution.
>
>
>
> Event.observe(autoCompleterTextFieldElementIdPasteHere, 'focus',
> function(event) {
>   $T(autoCompleterTextFieldElementIdPasteHere).autocompleter.activate();
> });
>
>
> This is working as I want .. So THX very much !!!
> Dnrs
>
>
>
>
>
> Inge Solvoll-2 wrote:
> >
> > I checked the scriptaculous docs, looking for a way to manually trigger a
> > server roundtrip. If such a function were available and documented (it is
> > not), you could do this:
> >
> > autoCompleterTextField.observe('focus', function(event) {
> >
> >
> $T('autoCompleterTextField').autoCompleter.goGetSomeAutoCompletionsRightNow();
> >
> > });
> >
> > If you check the sources, you might find out that this is actually
> > possible.
> > I don't know.
> >
> >
> >
> > On Wed, Jun 9, 2010 at 11:54 AM, Donarus <palu...@gmail.com> wrote:
> >
> >>
> >> Hi and thanks for your reply!
> >>
> >>  I haven't time at the moment for trying this, but think, that it is
> >> possible way how to resolve my problem. So thanks for that link - I will
> >> try
> >> it as soon as possible and let you know..
> >>
> >> Dnrs
> >>
> >>
> >>
> >>
> >> Josh Canfield wrote:
> >> >
> >> > The autocomplete mixin is based on Scriptaculous's autocompleter.
> >> >
> >> > See if this helps:
> >> >
> >>
> http://blog.ilexius.de/blog-post/2010/02/05/activate-autocompleter-in-scriptaculous-when-entering-a-field-on-focus/
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/How-to-enable-suggestions-when-entering-the-input-field-tp28819610p28828142.html
> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/How-to-enable-suggestions-when-entering-the-input-field-tp28819610p28843722.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to