Sha256: ef26bd2486e043ffe078f6ae2658bb4c8cfd3f622eb2d3347c97a5fdd707ef9d

Contents?: true

Size: 320 Bytes

Versions: 54

Compression:

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

54 entries across 54 versions & 7 rubygems

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