Metadata-Version: 1.0
Name: js.jquery_validation_engine
Version: 2.2
Summary: Fanstatic packaging of jQuery-Validation-Engine
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_validation_engine
        ***************************
        
        Introduction
        ============
        
        This library packages `jQuery-Validation-Engine`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery-Validation-Engine`: https://github.com/posabsolute/jQuery-Validation-Engine
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_validation_engine``) are published to some URL.
        
        Bitbucket repository : https://bitbucket.org/fanstatic/js.jquery_validation_engine
        
        How to use?
        ===========
        
        
        You can import ``validation_engine`` from ``js.jquery_validation_engine`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_validation_engine import validation_engine
          >>> validation_engine["fr"].need()
        
        
        CHANGES
        *******
        
        2.2 (18-05-2011)
        ================
        
        - Initial release.
        
Platform: UNKNOWN
