Full render from #click event

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Full render from #click event

Sebastian Sastre-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Full render from #click event

Philippe Marschall
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
Reply | Threaded
Open this post in threaded view
|

Re: Full render from #click event

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Sebastian Sastre-2
Re: [Seaside] Full render from #click event

He didn't want an anchor,


Cheers!

-Boris (via BlackBerry)

----- Original Message -----
From: [hidden email] <[hidden email]>
To: Seaside - general discussion <[hidden email]>
Sent: Fri Dec 14 10:03:21 2007
Subject: Re: [Seaside] Full render from #click event

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


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Full render from #click event

Chun, Sungjin
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
Reply | Threaded
Open this post in threaded view
|

RE: Full render from #click event

Sebastian Sastre-2
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