Metadata-Version: 1.0
Name: ztfy.jqueryui
Version: 0.2
Summary: A package containing JQuery, JQuery UI, JQuery Tools and a small set of JQuery plugins
Home-page: http://trac.ztfy.org/ztfy.jqueryui
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: =====================
        ztfy.jqueryui package
        =====================
        
        .. contents::
        
        What is ztfy.jqueryui ?
        =======================
        
        ztfy.jqueryui is a set of javascript resources (and their dependencies) allowing any application to easily
        use a set of JQuery plug-ins ; when possible, all CSS and JavaScript resources are already minified
        via Yahoo 'yuicompressor' tool.
        
        Most of these plug-ins are used by default ZTFY skins.
        
        Currently available plug-ins include :
         - the JQuery engine
         - jquery-alerts
         - jquery-datetime
         - jquery-fancybox
         - jquery-form
         - jquery-jsonrpc
         - jquery-jtip
         - jquery-tools
         - jquery-treetable
         - jquery-ui
        
        
        How to use ztfy.jqueryui ?
        ==========================
        
        All JQuery resources are just defined via zc.resourcelibrary package directive in ZCML files.
        
        Using a given plug-in is as simple as using the following syntax in any HTML view: ::
        
            >>> from zc import resourcelibrary
            >>> resourcelibrary.need('ztfy.jquery.form')
        
        Given that, all plug-in dependencies will automatically be included into resulting HTML page.
        
        
        Changelog
        =========
        
        0.2
        ---
        - Added JQuery TOOLS release 1.2.4 (resource 'ztfy.jquery.tools-1.2')
        - Removed unused CSS resources
        
        0.1
        ---
        - Initial release
        
Keywords: ZTFY JQuery UI package
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
