js.jquery_formwizard
Introduction
This library packages FormWizard 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.jquery_formwizard) are published to some URL.
CHANGES
3.0.5 (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 jquery_formwizard from js.jquery_formwizard and need it where you want these resources to be included on a page:
>>> from js.jquery_formwizard import jquery_formwizard >>> jquery_formwizard.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script> <script type="text/javascript" src="http://localhost/fanstatic/jquery-validate/jquery.validate.js"></script> <script type="text/javascript" src="http://localhost/fanstatic/jquery_form/jquery.form.js"></script> <script type="text/javascript" src="http://localhost/fanstatic/jqueryui/ui/jquery-ui.js"></script> <script type="text/javascript" src="http://localhost/fanstatic/jquery-formwizard/jquery.form.wizard.js"></script>
Release files for js.jquery_formwizard 3.0.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.jquery_formwizard-3.0.5.tar.gz | 8.1 kB | Details |
Release files / js.jquery_formwizard-3.0.5.tar.gz
| Download URL | js.jquery_formwizard-3.0.5.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0befac20db5868bcb03bb611f5726462a5f98d5f2a1e8f2ee23f0052a993c1be
|
|
BLAKE2b-256 checksum How to use checksums |
0965402f4ea6e8a055546467f255cd3f48ec0ada527f72b30e737409a0eccaed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |