I don't think it is impossible....you can import js file in the same way and should have empty html elements expected by your onModuleLoad() method....done. Try one such example and post it back here...so that others can find it useful...
On Feb 27, 3:09 pm, Chatree <[email protected]> wrote: > Can I call GWT javascript in my exist HTML page for render GWT widget > like: > > <html> > <head> > <title></title> > <script type="text/javascript" src="path/to/my/compliled/gwt/ > script.js"/> > <head> > <body> > <div id="myTab"/> > <script type="text/javascript"> > var myTab = new MyTab("myTab"); > </script> > </body> > </html> > > I need to create javascript library with GWT by writing java code. > > Can any one tell me it possible or not? > > Thank you -- 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.
