Metadata-Version: 1.0
Name: js.jquery_tablednd
Version: 0.4
Summary: Fanstatic packaging of jQuery TableDND
Home-page: https://github.com/disko/js.jquery_tablednd
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.jquery_tablednd
        ==================
        
        Introduction
        ------------
        
        This library packages `jQuery TableDND`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery TableDND`: http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_tablednd``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``jquery_tablednd`` from ``js.jquery_tablednd`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.jquery_tablednd import jquery_tablednd
          >>> jquery_tablednd.need()
        
        
        CHANGES
        =======
        
        0.4
        ---
        
        -   Initial release.
        
Platform: UNKNOWN
