GWT MVP How to change Page title upon Navigation (Place Change)
traditionally apps have been composed of pages of HTML.
title of each HTML page could be set through HTML tag <title></title>.
in GWT apps, generally there is one main html file.
as user navigates throughout the app, URL (history token) changes,
however I can't seem to figure out how we can change the Page Title.
I understand everything is one Page, and GWT apps doesnt fall into
traditional web apps.
But I'm wondering if there is a way to set the page title, so that it
can be displayed at browser header.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home