Metadata-Version: 2.1
Name: j01.scroller
Version: 1.1.3
Summary: JQuery and j01.jsonrpc based pagination for Zope 3
Home-page: http://pypi.python.org/pypi/j01.scroller
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: ======
        README
        ======
        
        This package contains different item scrollers one with a infinite scroller based on batch data like known from the j01.pager package. Another scroller provides
        live search and scrolling all given items without reloading more data. And
        the package also provides a MCustomScrollbar implementations.
        
        
        =======
        CHANGES
        =======
        
        1.1.3 (2019-01-03)
        ------------------
        
        - changed inconsistent line endings in javascript files
        
        - improve prevent event bubble
        
        
        1.1.2 (2018-03-02)
        ------------------
        
        - bugfix: remove broken code left over in simply.py. SimpleScroller was
          broken at all in this release.
        
        
        1.1.1 (2017-12-27)
        ------------------
        
        - feature: set allwaysUseScrollbar to 0. This will force to show the scrollbar
          only if scroling is needed.
        
        - feature: support j01ScrollerContentViewName attribute in SimpleScroller.
          This allows to simply set a default view name for scrolling content. By
          default index.html is used which was hardcoded in javascript.
        
        
        1.1.0 (2017-09-18)
        ------------------
        
        - changes: moved SimpleScroller from simply.py to custom.py and renamed to
          MCustomScrollbar. The SimpleScroller located  in simply.py is still there but
          the implmentation provides more features like live search support and
          reloading content via jsonrpc. The new SimplyScroller requires the
          j01.simplscroller.js javascript.
        
        
        1.0.1 (2017-01-11)
        ------------------
        
        - updated mCustomScrollbar javascript to version: 3.1.5
        
        - bugfix: added missing mCSB_buttons.png sprite image. Added zrt-replace
          directive for mCSB_buttons.png pointing to an resource folder called img e.g.
          ${context/++resource++img}/mCSB_buttons.png. If this doesn't fit for you,
          simply use the original css resource and apply wherever you need for lookup
          the sprite image.
        
        
        1.0.0 (2015-03-17)
        ------------------
        
        - support new j01.jsonrpc j01.proxy.js implementation
        
        - make scroller work with element as context and use the element as scroll
          container. Support scroller data loading based on javascript libraries.
        
        - implemented support for nanoscroller
        
        - implemented support for m custom scroller (recommended)
        
        
        0.5.0 (2013-01-21)
        ------------------
        
        - initial release
        
Keywords: J01 XHR ajax z3c pagination scrolling pager JSON-RPC JQuery Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Provides-Extra: test
