re. 1) Window.setTitle() is the preferred method. Typically, you avoid using the DOM based classes directly in your GWT Application. re. 2) History has nothing to do with the title. Both are independent..
On Sep 10, 5:39 pm, akumar <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
