Skip to content

Instantly share code, notes, and snippets.

@victorhg
Created August 24, 2012 17:32
Show Gist options
  • Save victorhg/3453226 to your computer and use it in GitHub Desktop.
Save victorhg/3453226 to your computer and use it in GitHub Desktop.
file.js.coffee
settings: ->
content:
text: @actions_content()
title:
text: " "
button: "×"
position:
my: "right center"
at: "left center"
show:
delay: 0
solo: true
effect: false
event: "mouseover"
hide:
fixed: true
effect: false
event: -> if @status == "new" then "click" else "mouseout"
style:
classes: "ui-tooltip-plain ui-tooltip-shadow ui-tooltip-bootstrap"
tip:
width: 12
height: 8
events:
hide: =>
@strategy.hide_actions() if @strategy["hide_actions"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment