Hi Gwt users !

My question is quite simple : How can i modify the generated
MyModule.nocache.js file ? Can I do this with a linker ?

I want to change the way these variables are written on the
document :

var compiledScriptTag = $intern_57 + base + strongName + $intern_58;
  $doc.write($intern_59 + $intern_60 + $intern_61 + $intern_62 +
$intern_63 + $intern_64 + $intern_65 + $intern_62 + $intern_63 +
$intern_66 + $intern_67 + $intern_68 + compiledScriptTag + $intern_69
+ $intern_70 + $intern_71 + $intern_72);

I want to do this as I inject my GWT module on the DOM of a random
webpage via Chrome Extension.

Thanks in advance for your answers

Sébastien Etter

-- 
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-tool...@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