The textAreamItem does not extends widget, how can I add a mouse out handler to the fieldItem?
What I want to support is::
When a user mouse over a textAreaItem(with contain a address string), a floating panel contain a google map widget would show next to the textAreaItem.
I know I can capture the mouse in event with fielditem.addItemHoverHandler, but how do I know when user had mouse out? I need to hide that google map when user mouse out the fieldItem.
Thanks for your help.
What I want to support is::
When a user mouse over a textAreaItem(with contain a address string), a floating panel contain a google map widget would show next to the textAreaItem.
I know I can capture the mouse in event with fielditem.addItemHoverHandler, but how do I know when user had mouse out? I need to hide that google map when user mouse out the fieldItem.
Thanks for your help.