Metadata-Version: 1.0
Name: js.xeditable
Version: 1.4.5
Summary: fanstatic xeditable.
Home-page: https://github.com/RedTurtle/js.xeditable
Author: RedTurtle Developers
Author-email: sviluppoplone@redturtle.it
License: BSD
Description: js.xeditable
        ************
        
        Introduction
        ============
        
        This library packages `x-editable`_ for `fanstatic`_. It is aware of different modes (normal, minified).
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`x-editable`: http://vitalets.github.io/x-editable/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.xeditable``) are published to some URL.
        
        
        Contact
        =======
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
        
        * | Andrew Mleczko <``andrew.mleczko at redturtle.net``>
          | **RedTurtle Technology**, http://www.redturtle.net/
        
        How to use?
        ===========
        
        This should be setup before rendering a page. See `fanstatic`_ for more
        information::
        
          >>> from fanstatic import init_needed
          >>> needed = init_needed(base_url='http://localhost')
        
        You can import xeditable from ``js.xeditable`` and ``.need`` it
        where you want these resources to be included on a page::
        
          >>> from js.xeditable import bootstrap_editable
          >>> bootstrap_editable.need()
        
        Render the inclusion::
        
          >>> print needed.render()
          <script type="text/javascript" src="http://localhost/fanstatic/xeditable/js/bootstrap-editable.js"></script>
        
        CHANGES
        *******
        
        1.4.5 (2013-07-11)
        ==================
        
        - initial import [amleczko]
        
Keywords: fanstatic xeditable redturtle
Platform: UNKNOWN
