Thursday, March 7, 2013

Re: How to call javascript mehtod which is defined in another.js file in GWT client

You need to create a public folder in your app and put the another.js in it. Then open the module xml file: your_module.gwt.xml and add your script: <script src="another.js"></script>.
There is another way which is to wrap another.js file in order to be included in the *.nocache.js file: https://plus.google.com/u/0/110412141990454266397/posts/g3TmFeao8kK




On Monday, September 10, 2007 9:09:25 AM UTC, Rinku wrote:
I want to call a javascript method which is defined in another.js
file. How I call the methods which present in another.js file in my
GWT client.
Please help me.
It is very important to me.
Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment