Metadata-Version: 1.0
Name: js.jquery_expandbox
Version: 0.2.0
Summary: Fanstatic packaging of jquery.expandBox
Home-page: UNKNOWN
Author: Stephane Klein
Author-email: stephane@harobed.org
License: BSD
Description: js.jquery_expandbox
        *******************
        
        Introduction
        ============
        
        This library packages `jquery.expandBox`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jquery.expandBox`: http://projects.stephane-klein.info/jquery.expandBox/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_expandbox``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``expandbox`` from ``js.jquery_expandbox`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_expandbox import expandbox
          >>> expandbox.need()
        
        
        CHANGES
        *******
        
        0.2.0 (27-04-2011)
        ==================
        
        - Initial release.
        
Keywords: fanstatic,jquery,javascript
Platform: UNKNOWN
