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>
Release files for js.bootstrap_colorpicker 2012.09.29-1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| js.bootstrap_colorpicker-2012.09.29-1.tar.gz | 21.7 kB | Details |
Release files / js.bootstrap_colorpicker-2012.09.29-1.tar.gz
| Download URL | js.bootstrap_colorpicker-2012.09.29-1.tar.gz |
|---|---|
| Size | 21.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b0fa9c46a5cf5dcd594adf76237983c4178eaed9e7dca863305506c607203ce1
|
|
BLAKE2b-256 checksum How to use checksums |
2704a8cd8b7c13df1f2f5db437e26f71a44de467e4e904570e73e0249d678704
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |