How to display controls in the Tooltip Hovering
![]()
In TeamArea Editor, when I move mouse on somebody's photo, a hovering will appear to display the detailed contact information for this people.
Well, I know I can display some customerized information by override this method TooltipSupport.getMarkup(Object element,boolean isFocus) But I need to put some Control component on the hovering, such as CheckBox, Button, etc. more that some simple HTML tags. Can someone help me figure this out? Thank you in advance! |