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 javascr
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 googl
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:
...
3) create a method for in
Hi All,
I need to get tipsy ( http://onehackoranother.com/projects/jquery/tipsy/ )
working with GWT as the designers have introduced this in along with GWT
and I can't face to telling them tipsy can't be supported!
>From analysis - it it works with JQUERY to traverse through the DOM and
looks