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 hashes)

Uploaded Source

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