Fanstatic packaging of FormWizard for jQuery (jquery.form.wizard.js)
Project description
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file js.jquery_formwizard-3.0.5.tar.gz
.
File metadata
- Download URL: js.jquery_formwizard-3.0.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0befac20db5868bcb03bb611f5726462a5f98d5f2a1e8f2ee23f0052a993c1be |
|
MD5 | 3db50e22e61309b2143ca1533ac94470 |
|
BLAKE2b-256 | 0965402f4ea6e8a055546467f255cd3f48ec0ada527f72b30e737409a0eccaed |