Sha256: d7f519e8bd16577b15d94017c8f208b588b75b89340d1d5e891fa93709f1ab4b

Contents?: true

Size: 327 Bytes

Versions: 23

Compression:

Stored size: 327 Bytes

Contents

class MyDashboard.Image extends MyDashboard.Widget

  ready: ->
    # This is fired when the widget is done being rendered

  onData: (data) ->
    # Handle incoming data
    # You can access the html node of this widget with `@node`
    # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
my_dashboard-0.5.0 vendor/assets/javascripts/my_dashboard/default_widgets/image.coffee
my_dashboard-0.4.2 vendor/assets/javascripts/my_dashboard/default_widgets/image.coffee
my_dashboard-0.4.1 vendor/assets/javascripts/my_dashboard/default_widgets/image.coffee