On 22 mar, 17:29, Avishay <[email protected]> wrote:
> Hi
> i am considering using GWT as my framework for my RIA and i conducting
> a survey to identify which versions are been used by your posted sites
> that uses GWT. how can i identify the version of the GWT a spcefic
> website is using ?
It's in the compilation result files (<MD5>.cache.*)
For instance, Google Document Reader is using 1.5.1:
http://code.google.com/docreader/E6EABEE66146EAD895C9EA5851C4B122.cache.html
> is there a way to access $gwt_version via javascript?
You mean from within your own GWT module/application? Otherwise, no
(apart from getting the source of the iframe --provided the standard
linker has been used-- in a string and using a regexp or other
search'n'extract mechanism)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---