Metadata-Version: 1.0
Name: fa.jquery
Version: 0.9.3
Summary: jQuery widgets for formalchemy
Home-page: http://docs.formalchemy.org/fa.jquery/index.html
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: This module provide a set of ajax widgets for FormAlchemy_ using `jQuery.ui <http://jqueryui.com/>`_
        
        .. _formalchemy: http://docs.formalchemy.org/formalchemy.html
        
        Have a look at the `Online demo
        <http://docs.formalchemy.org/fa.jquery/demo.html>`_
        
        Bug and feature request must be reported on the `github tracker
        <https://github.com/FormAlchemy/fa.jquery/issues>`_
        
        
        CHANGES
        ==========
        0.9.2
        -----
        
        Small change to work with pyramid_formalchemy 0.2
        
        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
        
        
Keywords: jquery ajax widgets
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
