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.

Supported by

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