PDA

View Full Version : Enabling Back Button functionality


johncorro
05-13-2004, 01:48 PM
I've noticed in several Flash/Laszlo applications that the back button is enabled such that the user can go back to a certain point in the app and it doesn't appear to force a page refresh. Is there any documentation that shows how to do this in Laszlo?

antun
05-13-2004, 02:12 PM
Right now in Laszlo you can have the app remember a state, so if the user navigates away and comes back it won't be lost. If you search these forums for cookie back button it should come up with something.

But full browser history integration is a different matter. That is in development and will be a feature of a future release of the LPS.

-Antun