From f952040dd44b914b2d5e405567eb655757dfc85d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 17 Sep 2009 11:03:35 +0200 Subject: added shadowbody, first js gallery initializer and template modifications --- public/javascripts/shadowbox/adapters/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/javascripts/shadowbox/adapters/README (limited to 'public/javascripts/shadowbox/adapters/README') diff --git a/public/javascripts/shadowbox/adapters/README b/public/javascripts/shadowbox/adapters/README new file mode 100644 index 0000000..5083961 --- /dev/null +++ b/public/javascripts/shadowbox/adapters/README @@ -0,0 +1,11 @@ +A Shadowbox "adapter" is a small helper file that makes it easy to use +Shadowbox with a given JavaScript framework. Since most JavaScript frameworks +tend to contain a basic set of very similar functions (for retrieving style +information on elements or handling events, for example) it is not necessary to +tie Shadowbox to a particular framework. Instead, the adapter can use the +underlying framework that is already loaded on the page to reuse some of the +code. + +If you do not see an adapter for your favorite framework in this directory, feel +free to create your own and implement the same interface as the others. It may +then be used the same as you would use any other. -- cgit v1.3