All Downloads are FREE. Search and download functionalities are using the official Maven repository.

statics.widgets.image.image.coffee Maven / Gradle / Ivy

There is a newer version: 0.0.16
Show newest version
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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy