annotation now hides automatically on mouseleave events. click to hide/show or re-position the annotation.

This commit is contained in:
Arthur Barrett
2013-03-04 17:21:32 -05:00
parent b0abfa07c8
commit 7a0aead0d9

View File

@@ -65,10 +65,12 @@ class @Annotatable
mouse: false # dont follow the mouse
y: -10
show:
event: 'mouseenter'
event: 'click mouseenter'
solo: true
hide:
event: 'unfocus'
event: 'click mouseleave'
delay: 250,
fixed: true
style:
classes: 'ui-tooltip-annotatable'
events: