Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install js.jqueryui

How to install js.jqueryui

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install js.jqueryui
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.10.3 Available View build log
1.8.16-1 Available View build log
1.8.16 Available View build log
1.8.13-1 Available View build log
1.8.9 Available View build log
1.8.7 Available View build log
Windows (64-bit)
1.10.3 Available View build log
1.8.16-1 Available View build log
1.8.16 Available View build log
1.8.13-1 Available View build log
1.8.9 Available View build log
1.8.7 Available View build log
Mac OS X (10.5+)
1.10.3 Available View build log
1.8.16-1 Available View build log
1.8.16 Available View build log
1.8.13-1 Available View build log
1.8.9 Available View build log
1.8.7 Available View build log
Linux (32-bit)
1.10.3 Available View build log
1.8.16-1 Available View build log
1.8.16 Available View build log
1.8.13-1 Available View build log
1.8.9 Available View build log
1.8.7 Available View build log
Linux (64-bit)
1.10.3 Available View build log
1.8.16-1 Available View build log
1.8.16 Available View build log
1.8.13-1 Available View build log
1.8.9 Available View build log
1.8.7 Available View build log
 
License
BSD
Dependencies
Imports
Lastest release
version 1.10.3 on May 20th, 2013

js.jqueryui

Introduction

This library packages jQuery UI 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.jqueryui) are published to some URL.

How to use?

You can import jQuery UI from js.jqueryui and need it where you want these resources to be included on a page:

>>> from js.jqueryui import jqueryui
>>> jqueryui.need()
Themes

The themes in the jQuery UI themes distribution are included as well:

>>> from js.jqueryui import black_tie
>>> black_tie.need()

In addition to the themes provided by jQuery UI itself, an experimental jQuery UI Bootstrap theme is included, that makes jQuery UI widgets look nice in a Twitter Bootstrap themed site:

>>> from js.jqueryui import bootstrap
>>> bootstrap.need()
Locales

Also included are locales for the jQuery UI datepicker.

How to get the right locale for the current request depends on your web framework. In Pyramid you could e.g. do something like this:

from js.jqueryui import ui_datepicker_locales
from pyramid.i18n import get_locale_name

locale_name = get_locale_name(request)
if locale_name in ui_datepicker_locales:
    ui_datepicker_locales[locale_name].need()

CHANGES

1.10.3 (2013-05-19)
  • Update to 1.10.3 (including new translations).
  • Add minified versions of all translations.
  • Add new resources: ui_menu, ui_spinner, ui_tooltip.
  • Change the filenames of the separate effect resources to match those of the jQueryUI distribution.
  • Update Twitter Bootstrap theme to 0.5.
1.8.24 (2012-10-16)
1.8.16-1 (2011-09-25)
  • Fix bug in download script where the result contents of jquery-ui.js was wrong.
1.8.16 (2011-09-23)
  • Update to 1.8.16
  • Rewrite download script. Now javascript as well as themeroller themes are downloaded from the on-line download builder. Additionally, the download script builds the declarations for individual ui and effects components.
  • A minified version of the rollup CSS file is now included for for all themes.
1.8.13-1 (2011-06-22)
  • Added the i18n resources.
1.8.13 (2011-06-10)
  • Update to 1.8.13.
1.8.9 (2011-02-23)
  • Update to 1.8.9.
  • Add download script that downloads the default set of themeroller themes.
  • Fix manifest to include i18n files.
1.8.7 (2011-01-07)
  • Initial release.

Subscribe to package updates

Last updated May 20th, 2013

Download Stats

Last month:6

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.