I have to add ext-js script tags in the Host HTML page that loads my GWT app. I am migrating this application (Xxx) from GWT 1.7.0 to GWT 2.7.0.
<script src="js/ext/adapter/ext/ext-base.js"></script> and
<script src="js/ext/ext-all.js"></script>
My application has Xxx.html pages in 4 different locations; (Xxx is my application name);
which one of the following is the right place to add ext-js script tags ?
Can someone please help me?
Thank you in advance.
-- <script src="js/ext/adapter/ext/ext-base.js"></script> and
<script src="js/ext/ext-all.js"></script>
My application has Xxx.html pages in 4 different locations; (Xxx is my application name);
which one of the following is the right place to add ext-js script tags ?
- XxxApp/build/com.acg.xxx.gwt.Xxx
- XxxApp/src/com/acg/xxx/gwt/public
- XxxApp/war/com.acg.xxx.gwt.Xxx
- XxxApp/WebContent
Can someone please help me?
Thank you in advance.
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.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment