js.lightbox
Introduction
This library packages jquery lightbox
_ for fanstatic
_. It is aware of different modes (normal, minified).
.. _fanstatic
: http://fanstatic.org
.. _jquery lightbox
: http://leandrovieira.com/projects/jquery/lightbox/
This requires integration between your web framework and fanstatic
,
and making sure that the original resources (shipped in the resources
directory in js.lightbox
) are published to some URL.
How to use?
This should be setup before rendering a page. See fanstatic
_ for more
information::
from fanstatic import init_needed
needed = init_needed(base_url='http://localhost')
You can import lightbox from js.lightbox
and .need
it
where you want these resources to be included on a page::
from js.lightbox import lightbox
lightbox.need()
Render the inclusion::
print needed.render()
CHANGES
0.1.1 (2012-02-26)
- update manifest.ini (add gif) [amleczko]
0.1 (2012-02-25)
- Initial release [amleczko]