How to install fa.jquery
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install fa.jquery
Lastest release
This module provide a set of ajax widgets for FormAlchemy using jQuery.ui
Have a look at the Online demo
Bug and feature request must be reported on the github tracker
CHANGES
0.9.2
Small change to work with pyramid_formalchemy 0.2 add italian translations [amleczko]
0.9.1
Add some improvements to avoid failures with FF4
0.9
Add pyramid view and templates
Switch to latest jQuery.ui
0.7
Improve ModelController using jqGrid
Add relation(s) widgets for pylons
0.6.2
IE do not support indexOf. Fix Array prototype.
0.6.1
Add Flash message
0.6
Switch to jquery.ui 1.8. Autocomplete should now return a json array of {"value": "v"}.
Better implementation of RichTextFieldRenderer allowing to use TinyMCE and MarkitUp!
0.4
- Add TemplateEngine with jquery.ui css classes
0.3
- fix MANIFEST.in to include mako templates in distribution.
- Add fa.jquery.forms.Accordion