js.xeditable
Introduction
This library packages x-editable 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.xeditable) are published to some URL.
Contact
- Andrew Mleczko <andrew.mleczko at redturtle.net>RedTurtle Technology, http://www.redturtle.net/
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 xeditable from js.xeditable and .need it where you want these resources to be included on a page:
>>> from js.xeditable import bootstrap_editable >>> bootstrap_editable.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="http://localhost/fanstatic/xeditable/js/bootstrap-editable.js"></script>
CHANGES
1.4.5 (2013-07-11)
initial import [amleczko]
Release files for js.xeditable 1.4.5
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.xeditable-1.4.5.zip | 269.1 kB | Details |
Release files / js.xeditable-1.4.5.zip
| Download URL | js.xeditable-1.4.5.zip |
|---|---|
| Size | 269.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5bc96084563b1f5d78dc506e12e04f8b05469fbcd696f6172ee8802791ef693
|
|
BLAKE2b-256 checksum How to use checksums |
db63c81b8cf5f9c238d3ee8e305a4692796915829dce1525286c3f6f85413906
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |