Sha256: 7dff01efe4f8857acc5a5daeb184440c177bc440b9fe9c59a82749e49df004a5
Contents?: true
Size: 328 Bytes
Versions: 23
Compression:
Stored size: 328 Bytes
Contents
class MyDashboard.Iframe extends MyDashboard.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
23 entries across 23 versions & 1 rubygems