views:

45

answers:

3

Can i use Google GWT Widgets like a jQuery Plugins?

For example:

Gwt('#a_css_selector').mywidget({some:'prefs'});
A: 

Perhaps you're looking for something like GQuery. See the Getting Started Guide for examples.

aem
A: 

Yes something like Gquery but something I can use in Javascript to avoid recompiling the gwt java code.

Jochen
A: 

I found a solution: GQuery + JavaScript Native Interface [http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html

Jochen