How to (effectively) disable Back button?

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

How to (effectively) disable Back button?

Sophie424
Much of my app consists of the user editing server-side model objects. For
this usage I find the back button is more trouble than it is worth (at least
for now).

Is there a way to effectively invalidate past component trees & their
callbacks, or to effectively disable use of the back button e.g. #isolate:

Thanks - Sophie



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

Re: How to (effectively) disable Back button?

Lukas Renggli
> Is there a way to effectively invalidate past component trees & their
> callbacks, or to effectively disable use of the back button e.g. #isolate:

You can probably do that by tweaking the WALRUCache instance in
WASession to only remember the last page.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside