Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
I don't see why not. This is what I would do: 1) create a folder named public at the same level of your project's *.gwt.xml file 2) In your project's *.gwt.xml file include the required javascripts, In your case jquery.js and tipsy.js or whatever, like this: inherits

Re: GWT, JQuery, Tipsy

2012-02-08 Thread kellizer
Works a treat - thank you very much -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/a7aSczHMxSMJ. To post to this group, send email to

Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
Glad to help. That is one side of developing a porting of an existing javascript toolkit to GWT. The other side of the work is to let the user to manipulate javascript native objects in your java code. You can use gwt overlay types for that. Explanation, for example, consider this tipsy