source: ether_megapoli/trunk/web/resources/js/slimbox-1.8/README.txt @ 200

Last change on this file since 200 was 200, checked in by vmipsl, 13 years ago

Livraison _ confs + extrations path /resources + visualisation images/bouton

File size: 2.2 KB
Line 
1SLIMBOX V1.8 README
2====================
3(c) Christophe Beyls 2007-2011
4
5http://code.google.com/p/slimbox/
6
7Included files:
8
9example.html            A simple example page demonstrating how to use Slimbox with the default configuration.
10example.jpg             An example image used on the example page.
11README.txt              The file you are reading.
12css/*                   The Slimbox stylesheet and its associated images. You can edit them to customize Slimbox appearance.
13                                You can choose between the standard slimbox.css or slimbox-rtl.css which is designed for right-to-left languages.
14js/mootools.js          The minified version of mootools v1.3.2 including only the modules required by Slimbox.
15js/slimbox.js           The minified version of Slimbox, plus the editable autoloading code using default options.
16src/slimbox.js          The Slimbox source. Contains many comments and is not suitable for production use (needs to be minified first).
17extra/*                 Some extra scripts that you can add to the autoload code block inside slimbox.js to add special functionality.
18
19
20You can use the provided mootools.js and slimbox.js scripts "as is", or you can use a custom mootools build
21downloaded from the official mootools website and/or edit the autoloading code inside slimbox.js.
22
23You need to download a new mootools version if your web page scripts require additional mootools modules,
24or if you want to use a different version of mootools. This script is only compatible with mootools 1.3 and more recent.
25
26Here are the mootools core modules required by this version of Slimbox:
27- Element.Style, Element.Event, Element.Dimensions
28- Fx.Tween, Fx.Morph (optionally Fx.Transitions)
29- DOMReady
30
31You can remove or customize the provided autoload code block by editing the slimbox.js file. By default, it behaves like Lightbox.
32When deploying slimbox.js, you MUST always preserve the copyright notice at the beginning of the file.
33
34If you are a developer and want to edit the provided Slimbox source code, it is strongly recommended to minify the script using "YUI Compressor"
35by Julien Lecomte before distribution. It will strip spaces and comments and shrink the variable names in order to obtain the smallest file size.
36
37For more information, please read the documentation on the official project page.
38
39
40Enjoy!
Note: See TracBrowser for help on using the repository browser.