Skip to main content

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


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 details)

Uploaded Source

File details

Details for the file js.jquery_globalize-0.1.0a2.tar.gz.

File metadata

File hashes

Hashes for js.jquery_globalize-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 a2a4b680195a06444179109518959b9ef5d5e3d805620749d1bfef5ab897ccb5
MD5 c831070ada5bdaf5951ab2077efa2e8b
BLAKE2b-256 9d16942130e455281dd6e1e8c5024c6fdbaaf825753c1190d4bbd9cdde5d064f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page