Author Topic: Track current location in url & implement back/forward browser buttons  (Read 2269 times)

Murz

  • Full Member
  • ***
  • Posts: 147
    • View Profile
I have found a Jquery plugin http://benalman.com/projects/jquery-bbq-plugin/
It can easily change url params after # symbol without reloading page.
Will be good to add this into FengOffice and record all page-specific data in url:
Code: [Select]
http://demo.fengoffice.com/en/index.php?#c=task&a=view_task&id=11&project=123&tag=54&filter=user&filtervalue=51instead of GET parameters:
Code: [Select]
http://demo.fengoffice.com/en/index.php?c=task&a=view_task&id=11And after this changes we can implement direct urls to project pages, tabs, url with filter settings.

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: Track current location in url & implement back/forward browser buttons
« Reply #1 on: February 04, 2010, 04:27:44 pm »
Thanks. We'll evaluate it.

dam-scasi

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Track current location in url & implement back/forward browser buttons
« Reply #2 on: February 05, 2010, 04:51:15 am »
Since Feng Office use ExtJs, I think you can do same thing with this library. Here is an example :
http://www.extjs.com/deploy/dev/examples/history/history.html