Sha256: 5790ac9308bd6833d314a4b0a0fda3be17a0b7140ddbe4a4c0edd5d82fe85306

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 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

2 entries across 2 versions & 1 rubygems

Version Path
dashing-1.0 templates/project/widgets/image/image.coffee
dashing-0.1.2 templates/project/widgets/image/image.coffee