Metadata-Version: 1.0
Name: js.jquery-autosize
Version: 1.17.1
Summary: fanstatic jQuery autosize.
Home-page: UNKNOWN
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Description: js.jquery_autosize
        ******************
        
        Introduction
        ============
        
        This library packages `jQuery Autosize`_ for `fanstatic`_. It is aware
        of different modes (normal, minified).
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery Autosize`: https://github.com/jackmoore/autosize/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_tooltip``) are published to some URL.
        
        How to use?
        ===========
        
        You can import jQuery Autosize from ``js.jquery_autosize`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.jquery_autosize import jquery_autosize
          >>> jquery_autosize.need()
        
        CHANGES
        *******
        
        1.17.1 (2013-07-22)
        ===================
        
        - Initial release.
        
Platform: UNKNOWN
