Skip to main content

Fanstatic packaging of Datepicker for Bootstrap (bootstrap-datepicker.js)

Project description

js.bootstrap_datepicker

Introduction

This library packages Datepicker for Bootstrap 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.bootstrap_datepicker) are published to some URL.

CHANGES

2013.03.12-1 (2013-03-18)

  • Bugs in docs fixed.

2013.03.12 (2013-03-17)

  • Initial release.

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 bootstrap_datepicker from js.bootstrap_datepicker and need it where you want these resources to be included on a page:

>>> from js.bootstrap_datepicker import bootstrap_datepicker
>>> bootstrap_datepicker.need()

Render the inclusion:

>>> print needed.render()
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/bootstrap-datepicker/css/datepicker.css" />
<script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>

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.bootstrap_datepicker-2013.03.12-1.tar.gz (12.1 kB view details)

Uploaded Source

File details

Details for the file js.bootstrap_datepicker-2013.03.12-1.tar.gz.

File metadata

File hashes

Hashes for js.bootstrap_datepicker-2013.03.12-1.tar.gz
Algorithm Hash digest
SHA256 659cc9dd85d2f48e3702f80358ba4352fd2bbf45aa555bdac42cab038eb7e2d7
MD5 e7117465ebb42f11d90ca80391b0df8d
BLAKE2b-256 05324d58b236739143da9f8ac28cb41812ddc4d4e172abfb15dc0f5f8ed88387

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