neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

Support hierarchical places #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support URLs of the form:
#nameToken1/nameToken2;param=value/nameToken3

These can be used to navigate more easily within the app (i.e. go back to 
parent) and they can also be combined with a page-titling mechanism to 
display breadcrumbs.

This is discussed in part here:
http://groups.google.com/group/gwt-
platform/browse_thread/thread/1643cc24dc0fecaf

Original issue reported on code.google.com by philippe.beaudoin on 5 May 2010 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 5 May 2010 at 10:11

GoogleCodeExporter commented 9 years ago
Code review at:
http://codereview.appspot.com/956049/show

Original comment by philippe.beaudoin on 6 May 2010 at 3:30

GoogleCodeExporter commented 9 years ago
My changes are now checked in to the "brendanpdoherty-relativeplaces" clone.

Original comment by brendanp...@gmail.com on 6 May 2010 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 30 May 2010 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 31 May 2010 at 4:50

GoogleCodeExporter commented 9 years ago
This is done. For details on how to use see "gwtphplacesample". This should be 
documented better at some point.

You can also look at @Title, @TitleFunction, PlaceManager#revealRelativePlace 
and 
PlaceManager#buildRelativeHistoryToken

Original comment by philippe.beaudoin on 6 Jun 2010 at 9:06