Sha256: 0bfdc942003f6c5cacd7d08d3016bd3bf98582fb859c916f1d788cdf3c594de1

Contents?: true

Size: 319 Bytes

Versions: 54

Compression:

Stored size: 319 Bytes

Contents

class Dashing.Image extends Dashing.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

54 entries across 54 versions & 7 rubygems

Version Path
dashing-rails-1.0.3 app/views/dashing/default_widgets/image/image.coffee
dashing-rails-1.0.2 app/views/dashing/default_widgets/image/image.coffee
dashing-1.3.1 templates/project/widgets/image/image.coffee
dashing-1.3.0 templates/project/widgets/image/image.coffee
dashing-rails-1.0.1 app/views/dashing/default_widgets/image/image.coffee
dashing-rails-1.0.0 app/views/dashing/default_widgets/image/image.coffee
dashing-1.2.0 templates/project/widgets/image/image.coffee
dashing-1.1.0 templates/project/widgets/image/image.coffee
dashing-1.0.6 templates/project/widgets/image/image.coffee
dashing-1.0.5 templates/project/widgets/image/image.coffee
dashing-1.0.4 templates/project/widgets/image/image.coffee
dashing-1.0.3 templates/project/widgets/image/image.coffee
dashing-1.0.2 templates/project/widgets/image/image.coffee
dashing-1.0.1 templates/project/widgets/image/image.coffee