Feng Forum

Other Topics => Feature requests => : Murz February 03, 2010, 05:33:09 PM

: Track current location in url & implement back/forward browser buttons
: Murz February 03, 2010, 05:33:09 PM
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:
:
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:
:
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.
: Re: Track current location in url & implement back/forward browser buttons
: cabeza February 04, 2010, 04:27:44 PM
Thanks. We'll evaluate it.
: Re: Track current location in url & implement back/forward browser buttons
: dam-scasi 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