opentip
opentip copied to clipboard
opentip object api
I'm trying to use opentip in my gwt application. What I'm doing is:
- instantiate a new instance: new $wnd.Opentip(element);
- set the content: toolTip.setContent(content);
- call the method show: toolTip.show();
(The methods are called inside the native methods. as usual in GWT)
The problems are:
- the tooltip is empty
- the tooltip is displayed and is localized at the cursor position and not on the text input field, where I want it to be.
What could be the problem (I'm blocking on this for 2 weeks now)?
I'm using the the native canvas version.
Thank you for any help
+1