Skip to main content

Fanstatic packaging of Colorpicker for Bootstrap (bootstrap-colorpicker.js)

Project description

js.bootstrap_colorpicker

Introduction

This library packages Colorpicker 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_colorpicker) are published to some URL.

CHANGES

2012.09.29-1 (2013-03-18)

  • Bugs in docs fixed.

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

>>> from js.bootstrap_colorpicker import bootstrap_colorpicker
>>> bootstrap_colorpicker.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-colorpicker/css/colorpicker.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-colorpicker/js/bootstrap-colorpicker.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_colorpicker-2012.09.29-1.tar.gz (21.7 kB view details)

Uploaded Source

File details

Details for the file js.bootstrap_colorpicker-2012.09.29-1.tar.gz.

File metadata

File hashes

Hashes for js.bootstrap_colorpicker-2012.09.29-1.tar.gz
Algorithm Hash digest
SHA256 b0fa9c46a5cf5dcd594adf76237983c4178eaed9e7dca863305506c607203ce1
MD5 7467b273c520ef16d9ef72fdef6898ab
BLAKE2b-256 2704a8cd8b7c13df1f2f5db437e26f71a44de467e4e904570e73e0249d678704

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