Hi,

I am working on the browser history feature.

Upon navigation from one state of the application to another state of
the application - I like to programmatically set the browser window
title.

1) Doing some lookup on the javadocs - there seems to be two ways to
do this (don't know which one I should use) but - Document.get
().setTitle(...) and Window.setTitle(...) which is the right method to
use ?

2) is it true, that history tokens also get attached to the browser
title - as I see # token in the browser title as well (not sure, if it
is bug in my code) or default behaviour?

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to