public
Description: An implementation of Chris Wanstrath's Facebox for the Prototype JS framework
Homepage:
Clone URL: git://github.com/robertgaal/facebox-for-prototype.git
name age message
file README.txt Mon Aug 25 00:55:29 -0700 2008 Added a direct-call script to the readme (thx A... [robertgaal]
file b.png Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file bl.png Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file br.png Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file closelabel.gif Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file facebox.css Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file facebox.js Wed Aug 20 08:52:00 -0700 2008 Fixed IE error with document.body [robertgaal]
file loading.gif Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file tl.png Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
file tr.png Wed Aug 13 08:21:05 -0700 2008 Initial commit [robertgaal]
README.txt
Facebox for Prototype, version 2.0
By Robert Gaal - http://wakoopa.com 
--------------------------------------------------------------------------

Heavily based on Facebox by Chris Wanstrath - http://famspam.com/facebox
First ported to Prototype by Phil Burrows - http://blog.philburrows.com

Licensed under the MIT:
http://www.opensource.org/licenses/mit-license.php

Need help?  Join the Google Groups mailing list:
http://groups.google.com/group/facebox/

--------------------------------------------------------------------------

Dependencies:   prototype & script.aculo.us + images & CSS files from original facebox
Usage:          Append 'rel="facebox"' to an element to call it inside a so-called facebox.

                You can also call it directly through the following code:
                
                facebox.loading();
                facebox.reveal('Facebox contents here', null);
                new Effect.Appear(facebox.facebox, {duration: .3});