[Proto-Scripty] is Ajax.Autocompleter working in prototype 1.7 and scriptaculous 1.9?

2011-06-02 Thread macm
Hi Folks Is Ajax.Autocompleter working in prototype 1.7 and scriptaculous 1.9? Reagards Mario -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To uns

[Proto-Scripty] Re: what is the advantage to use Class.create to create new class

2011-06-02 Thread T.J. Crowder
> That may be because you're using prototype 1.4. > You may consider upgrading to 1.7. Indeed. 1.4 has been out of date for nearly 4.5 years, when 1.5 was first released. At least as of 1.6 (released ~3.75 years ago, and now superceded by 1.7), the correct syntax for using `Class.create` would be:

Re: [Proto-Scripty] Re: what is the advantage to use Class.create to create new class

2011-06-02 Thread Johan Arensman
oh i missed the 1.4 part. Well consider upgrading :-) On Thu, Jun 2, 2011 at 11:20 AM, T.J. Crowder wrote: > > That may be because you're using prototype 1.4. > > You may consider upgrading to 1.7. > > Indeed. 1.4 has been out of date for nearly 4.5 years, when 1.5 was > first released. At least

Re: [Proto-Scripty] Re: A bit of assistance please

2011-06-02 Thread bill
On 6/1/2011 10:19 AM, Eric wrote: On May 31, 5:51 pm, Walter Davis wrote: On May 31, 2011, at 11:12 AM, bill wrote: I need the scroll of the div contents only. You can back into that by using the cumulative offset, and subtracting the document.viewport.getScrollOffsets() from that. Or you

Re: [Proto-Scripty] is Ajax.Autocompleter working in prototype 1.7 and scriptaculous 1.9?

2011-06-02 Thread Joe Koston
I have it working right now but there seems to be some sort of bug. I can't tell if it's prototype or scriptaculous but my autocompleter doesnt show the drop down in the right place. The drop down is covering the input field instead of being below it. It's working in my old rails2 project with p