Can i use Google GWT Widgets like a jQuery Plugins?
For example:
Gwt('#a_css_selector').mywidget({some:'prefs'});
Can i use Google GWT Widgets like a jQuery Plugins?
For example:
Gwt('#a_css_selector').mywidget({some:'prefs'});
Perhaps you're looking for something like GQuery. See the Getting Started Guide for examples.
Yes something like Gquery but something I can use in Javascript to avoid recompiling the gwt java code.
I found a solution: GQuery + JavaScript Native Interface [http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html