Back Button

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

Back Button

Bernat Romagosa
Hi list,

Some users of our app are complaining they can't use the back button, so I've been checking the code in iliad.js to see if I could make it work, and I've noticed there's some code meant to handle this:

/* ---
* Enable bookmarking for ajax actions
* and fix the back button
* -------------------------------------------------------------- */

But it doesn't seem to work. Is there a flag that has to be set in order for it to work? Or was that a feature that never worked?

Thanks!

Bernat.

--
Bernat Romagosa.
Reply | Threaded
Open this post in threaded view
|

Re: Back Button

Nicolas Petton

Hi,

I guess you mean using the back button together with AJAX actions?

Then you would need to use #action:hash: for that, and using the route
stream to restore the state, see
http://smalltalk.gnu.org/blog/nico/bookmarking-ajax-applications-iliad-and-fixing-back-button

HTH,
Nico

Bernat Romagosa <[hidden email]> writes:

> Hi list,
>
> Some users of our app are complaining they can't use the back button, so
> I've been checking the code in iliad.js to see if I could make it work, and
> I've noticed there's some code meant to handle this:
>
> /* ---
>  * Enable bookmarking for ajax actions
>  * and fix the back button
>  * -------------------------------------------------------------- */
>
>
> But it doesn't seem to work. Is there a flag that has to be set in order
> for it to work? Or was that a feature that never worked?
>
> Thanks!
>
> Bernat.
>
> --
> Bernat Romagosa.

--
Nicolas Petton
http://nicolas-petton.fr
Reply | Threaded
Open this post in threaded view
|

Re: Back Button

Bernat Romagosa
Thanks! That'll do it :)

Bernat.


2013/1/14 Nicolas Petton <[hidden email]>

Hi,

I guess you mean using the back button together with AJAX actions?

Then you would need to use #action:hash: for that, and using the route
stream to restore the state, see
http://smalltalk.gnu.org/blog/nico/bookmarking-ajax-applications-iliad-and-fixing-back-button

HTH,
Nico

Bernat Romagosa <[hidden email]> writes:

> Hi list,
>
> Some users of our app are complaining they can't use the back button, so
> I've been checking the code in iliad.js to see if I could make it work, and
> I've noticed there's some code meant to handle this:
>
> /* ---
>  * Enable bookmarking for ajax actions
>  * and fix the back button
>  * -------------------------------------------------------------- */
>
>
> But it doesn't seem to work. Is there a flag that has to be set in order
> for it to work? Or was that a feature that never worked?
>
> Thanks!
>
> Bernat.
>
> --
> Bernat Romagosa.

--
Nicolas Petton
http://nicolas-petton.fr



--
Bernat Romagosa.