Sha256: 711e2dd53d23291474c5cfcbc829acd44a6775c096fee797f5f7bd87325a3367
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
Coprl::Presenters.define(:iframe, namespace: :plugins) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :plugin_drawer plugin :iframe page_title 'Iframe' indented_grid do subheading 'Embed an iFrame' iframe 'https://en.wikipedia.org/wiki/Special:Random', height: "500px",scrolling: :yes # | :no (default) attach :code, file: __FILE__ end end
Version data entries
9 entries across 9 versions & 1 rubygems