Is it possible to create a widget with GWT, and the passing the source of the .js generated file to those who want to use the widget in their sites ?
I developed a simple widget with GWT and Google App engine but when i use the .nocache.js file, i get a permission denied exception because some generated JS lines form the generated files (cache.html for example) calls Window.property (document, or location etc) So can i disable some generated code ? or am I restricted to use only a part of the API ? Or do i have to use IFrame element ? (and i don't really want that) Please advice... -- 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.
