Sha256: 571a879f04af4f0ae17d7f3a5d6d00377793c57c89fae5b8e7e1b883f8e9b124

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

class Dashing.Iframe 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/iframe/iframe.coffee
dashing-0.1.2 templates/project/widgets/iframe/iframe.coffee