user662264
user662264

Reputation:

Is it necessary to use JSNI to implement a custom tooltip in an GWT app (or a popup is enought)?

I would like to have a popup like this site when my mouse hover a movie : http://www.allmovie.com/

This little popup will contain a google map...Can you give me a good solution to do this ? I do not know if using JSNI will slow the app, or simply if it should be easiest to do it with a simple gwt-popup ?

Thanks you for your help.

Upvotes: 1

Views: 256

Answers (1)

Travis Webb
Travis Webb

Reputation: 15018

JSNI will not slow down your app.

For a rich tooltip like that, there are widget toolkits that already exist. For example, see: http://www.sencha.com/examples/#tooltips.

Upvotes: 0

Related Questions