[Seaside] how to return to same position in page after #call?

Lukas Renggli renggli at gmail.com
Mon Sep 4 20:04:13 UTC 2006


> Is there a way to return to the same position?

With Scriptaculous you can scroll to the old position, though that
involves some additional markup:

- add an id for every of your items anItem id
- do the call like this:
   self call: (BlaBla new item: anItem).
   self session effect scrollTo: anItem id

Lukas

>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list