Files
WYGIWYH/app/templates/includes/scripts/hyperscript/tooltip.html
2024-10-11 22:04:49 -03:00

7 lines
232 B
HTML

<script type="text/hyperscript">
behavior tooltip
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
end
</script>