Hi there,
I readed that Prototype people have implemented #fire in 1.6.0 version which allows to trigger DOM custom events from your elements. I'm starting to need that feature. Has anybody tried to upgrade Scriptaculous package or tested it with Prototype 1.6.0? Lukas? cheers, Sebastian Sastre _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> Has anybody tried to upgrade Scriptaculous package or tested it with
> Prototype 1.6.0? Lukas? The final versions of Prototype 1.6 and script.aculo.us 1.8 are available on squeaksource.com for a couple of weeks now. I don't think that #fire has been implemented on the Smalltalk side yet, but that should be easy to add. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Great news Lukas !!
I'll add #fire and other in my SUExtensions. I'm scriptaculing a lot these days. You did such a great work Lukas thank you !! Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Lukas Renggli > Enviado el: Viernes, 30 de Noviembre de 2007 16:17 > Para: Seaside - general discussion > Asunto: Re: [Seaside] Prototype 1.6.0 > > > Has anybody tried to upgrade Scriptaculous package > or tested > > it with Prototype 1.6.0? Lukas? > > The final versions of Prototype 1.6 and script.aculo.us 1.8 > are available on squeaksource.com for a couple of weeks now. > I don't think that #fire has been implemented on the > Smalltalk side yet, but that should be easy to add. > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> I'll add #fire and other in my SUExtensions.
Why not adding it to the core package? Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Oh I'd love to. You want me to commit there?
cheers, Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Lukas Renggli > Enviado el: Sábado, 01 de Diciembre de 2007 05:00 > Para: Seaside - general discussion > Asunto: Re: [Seaside] Prototype 1.6.0 > > > I'll add #fire and other in my SUExtensions. > > Why not adding it to the core package? > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> Oh I'd love to. You want me to commit there?
I added it already a couple of days ago. Tell me if it works. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I know mine does and it is overriding #fire: with almost same code (a little
difference in arguments) and implemented #fire:arguments: instead #fire:with: I'll send you my extensions package so you can take all that may help, see commments, etc. cheers, Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Lukas Renggli > Enviado el: Martes, 04 de Diciembre de 2007 04:45 > Para: Seaside - general discussion > Asunto: Re: [Seaside] Prototype 1.6.0 > > > Oh I'd love to. You want me to commit there? > > I added it already a couple of days ago. Tell me if it works. > > Cheers, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |