Hi there,
is possible to make Seaside to make a full render with callback by observing a #click event on a non anchor nor submit button element not using an updater? If posible I'd like to do that on a click on some <div> element and not using an anchor. I don't want the updater because I need backtrack there and I not solved updaters and backtrack yet :P Any pointer appreciated, thanks Sebastian Sastre _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2007/12/14, Sebastian Sastre <[hidden email]>:
> Hi there, > > is possible to make Seaside to make a full render with callback by > observing a #click event on a non anchor nor submit button element not using > an updater? Maybe I'm missing something: html anchor callback: []; with: 'an anchor' Cheers Philippe > If posible I'd like to do that on a click on some <div> element and > not using an anchor. I don't want the updater because I need backtrack there > and I not solved updaters and backtrack yet :P > > Any pointer appreciated, > > thanks > > Sebastian Sastre > > _______________________________________________ > 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 |
In reply to this post by Sebastian Sastre-2
He didn't want an anchor, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Sebastian Sastre-2
Using scriptaculous's update method?
----- Original Message ----- From: Sebastian Sastre <[hidden email]> To: 'Seaside - general discussion' <[hidden email]> Sent: 07-12-15 01:43:50 Subject: Re: [Seaside] Full render from #click event Hi there, is possible to make Seaside to make a full render with callback by observing a #click event on a non anchor nor submit button element not using an updater? If posible I'd like to do that on a click on some <div> element and not using an anchor. I don't want the updater because I need backtrack there and I not solved updaters and backtrack yet :P Any pointer appreciated, thanks Sebastian Sastre _______________________________________________ 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 |
If you mean the ajax updater I specifically want to avoid it by now because
of the lack of backtrack it provides. Thanks anyway. If nothing but anchors could achieve this I'll start to think that one anchor with the extents of the clickable area I need with it's text set in transparent color could provide of the same experience. cheers, Sebastian > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de "S.J.Chun" > Enviado el: Viernes, 14 de Diciembre de 2007 23:52 > Para: Seaside - general discussion > Asunto: Re: [Seaside] Full render from #click event > > Using scriptaculous's update method? > > ----- Original Message ----- > From: Sebastian Sastre <[hidden email]> > To: 'Seaside - general discussion' > <[hidden email]> > Sent: 07-12-15 01:43:50 > Subject: Re: [Seaside] Full render from #click event > > Hi there, > > is possible to make Seaside to make a full render with > callback by observing a #click event on a non anchor nor > submit button element not using an updater? > > If posible I'd like to do that on a click on some <div> > element and not using an anchor. I don't want the updater > because I need backtrack there and I not solved updaters and > backtrack yet :P > > Any pointer appreciated, > > thanks > > Sebastian Sastre > > _______________________________________________ > 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 |