Sha256: d653cf3f9cce6da9a8d81008fab73abfd07c4cf8218a9870cddbcc4a9aa0a8d8
Contents?: true
Size: 669 Bytes
Versions: 2
Compression:
Stored size: 669 Bytes
Contents
= ColorboxRails Make links open in lightbox (colorbox) a breeze = Usage in your application.css <tt>//= require colorbox-rails</tt> in your application.js <tt>//= require colorbox-rails</tt> Then enable link to be displayed in colorbox by simply adding :colorbox => true attribute. E.g. <tt><%= link_to "My superb link", "#", :data => { :colorbox => true } %></tt> <a href="#" data-colorbox="true">My superb link</a> Add attributes inside the :data block <tt><%= link_to "My superb link", "#", :data => { :colorbox => true, :colorbox_height => '300px', :colorbox_width => '300px', :colorbox_iframe => true } %></tt> This project rocks and uses MIT-LICENSE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
colorbox-rails-0.0.9 | README.rdoc |
colorbox-rails-0.0.8 | README.rdoc |