Fanstatic packaging of jquery globalize
Project description
js.jquery_globalize
Introduction
This library packages jquery globalize for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.jquery_globalize) are published to some URL.
How to use?
Setup
>>> from fanstatic import init_needed >>> needed = init_needed(base_url='')
You can import globalize from js.jquery_globalize and need it where you want these resources to be included on a page:
>>> from js.jquery_globalize import globalize >>> globalize.need()
All 350+ cultures are made available as resources:
>>> from js.jquery_globalize import culture_am_et >>> culture_am_et.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="/fanstatic/jquery/jquery.js"></script> <script type="text/javascript" src="/fanstatic/jquery_globalize/globalize.js"></script> <script type="text/javascript" src="/fanstatic/jquery_globalize/cultures/globalize.culture.am-ET.js"></script>
CHANGES
0.1.0a2 (2011-11-14)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
js.jquery_globalize-0.1.0a2.tar.gz
(291.1 kB
view hashes)
Close
Hashes for js.jquery_globalize-0.1.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2a4b680195a06444179109518959b9ef5d5e3d805620749d1bfef5ab897ccb5 |
|
MD5 | c831070ada5bdaf5951ab2077efa2e8b |
|
BLAKE2b-256 | 9d16942130e455281dd6e1e8c5024c6fdbaaf825753c1190d4bbd9cdde5d064f |