js.jquery_jgrowl

Fanstatic jQuery jGrowl
Download

js.jquery_jgrowl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Fanstatic Developers

js.jquery_jgrowl Tags


js.jquery_jgrowl Description

Fanstatic jQuery jGrowl js.jquery_jgrowl is a Python library that packages jQuery jGrowl 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.jquery_jgrowl) 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 jQuery jGrowl from js.jquery_jGrowl and .need it where you want these resources to be included on a page: > > > from js.jquery_jgrowl import jquery_jgrowl > > > jquery_jgrowl.need()Render the inclusion: > > > print needed.render()< link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/jquery_jgrowl/jquery.jgrowl.css" / >< script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js" >< /script >< script type="text/javascript" src="http://localhost/fanstatic/jquery_jgrowl/jquery.jgrowl.js" >< /script >Minified: > > > needed = init_needed(base_url='http://localhost', mode='minified') > > > jquery_jgrowl.need() > > > print needed.render()< link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/jquery_jgrowl/jquery.jgrowl.css" / >< script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.min.js" >< /script >< script type="text/javascript" src="http://localhost/fanstatic/jquery_jgrowl/jquery.jgrowl_minimized.js" >< /script > Requirements: · Python


js.jquery_jgrowl Related Software