js.lightbox

Fanstatic jQuery lightbox
Download

js.lightbox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Mleczko
  • Publisher web site:
  • http://redturtle.it

js.lightbox Tags


js.lightbox Description

js.lightbox is a Python library that packages jQuery lightbox for Fanstatic. It is aware of different modes (normal, minified).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()< link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/lightbox/css/lightbox.css" / >< script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js" >< script type="text/javascript" src="http://localhost/fanstatic/lightbox/js/lightbox.js" >< /script >Product's homepage


js.lightbox Related Software