Giter VIP home page Giter VIP logo

radiant-asset_gallery-extension's Introduction

= Asset Gallery

This extension allows you to create galleries of Paperclipped Assets. Provides an admin interface to add and remove assets from a Gallery, and radius tags to easily include the Galleries in your site.

I modified the views from zapnap/radiant-flash-gallery-extension to use in my extension. However THIS IS NOT A FORK. It is a newly created extension.

= Tag Examples

<r:gallery:each >
  <div>
    <div><r:gallery:first_image size="thumbnail" />
    <div><r:gallery:name /></div>
  </div>
</r:gallery:each>

    <r:gallery:items name="wowser gallery">
      <div class="gallery_container">
        <h2><a href="#<r:gallery_item:id />_box" id="<r:gallery_item:name />_header"><r:gallery_item:name /></a></h2>
        <div style="border: 1px solid #cccccc; padding: 3px; width: 200px;">
          <a href="#<r:gallery_item:id />_box" id="<r:gallery_item:name />_small"><r:gallery_item:image size="icon" /></a>
        </div>
      </div>
      <div id="<r:gallery_item:id />_box">
        <r:gallery_item:image />
      </div>
      <script type="text/javascript">
        Event.observe(window, 'load', function() {
	  new FancyZoom("<r:gallery_item:name />_thumbnail");
	  new FancyZoom("<r:gallery_item:name />_header");
        });
      </script>
    </r:gallery:items>

radiant-asset_gallery-extension's People

Contributors

rankin avatar

Stargazers

Peter Biro avatar Stefan Husch avatar  avatar Christopher Rankin avatar

Watchers

Christopher Rankin avatar James Cloos avatar

Forkers

jfqd pettair

radiant-asset_gallery-extension's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.