Sha256: 81de3c217d69d73e5ed22046c46697ae24a4554c34e364a9ed8919193d24a072
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
# web_object example my_tube = web({type: :iframe, path: "https://www.youtube.com/embed/usQDazZKWAk" }) my_tube.y = 150 my_tube.drag(true) my_tube.width = 300 web({ type: :image, path: "https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg" }) # web can also be specified without supplying any path ex : # web('<image src="https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg"/>')my_tube.x = 300
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
atome-0.4.7.0 | vendor/assets/build/medias/rubies/examples/Old_examples/web.rb |
atome-0.4.5.4 | vendor/assets/build/medias/rubies/examples/Old_examples/web.rb |