[Proto-Scripty] Manually fire autocompleter

2008-11-22 Thread Hugo Palma
Hi, i'm using autocompleter on a text field and it works great. Still, i'd like to place a small button next to the field that when clicked would show the autocomplete event that shows the options table, only because there actually isn't any input it would show all options. Any way i can do that

[Proto-Scripty] Re: Effects.toggle messes up the overflow style

2008-09-12 Thread Hugo Palma
it and on afterFinish event, set the saved value. > > -- > david > > On 12 sep, 13:11, Hugo Palma <[EMAIL PROTECTED]> wrote: > > > I'm using the Effects.toggle effect on a div that has the "overflow: > > auto" attribute on it's style. > >

[Proto-Scripty] Effects.toggle messes up the overflow style

2008-09-12 Thread Hugo Palma
I'm using the Effects.toggle effect on a div that has the "overflow: auto" attribute on it's style. The problem is that the execution of the effect clear the overflow attribute so it's no longer set to "auto" after the effect executes. This only happens with the script.aculo.us toggle effect. If