Metadata-Version: 1.1
Name: j01.jsonrpc
Version: 0.5.1
Summary: JSON-RPC helpers based on JQuery, z3c.form and z3cjsonrpc for Zope 3
Home-page: http://pypi.python.org/pypi/j01.jsonrpc
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides some JQuery based JSON-RPC form handling using the
        z3c.jsonrpc and z3c.form libraries for Zope3.
        
        
        =======
        CHANGES
        =======
        
        0.5.1 (2013-03-19)
        ------------------
        
        - feature: support button action handling based on default z3c.form concept.
          This let us allow to use urls like <page-url>?form.buttons.foobar=1 for non
          jsonrpc requests
        
        - feature: implemented JSONRPCClickButton using a simple click event handler
        
        - feature: support prefixWidgets and prefixButtons property for separate
          different forms loaded into one single page.
        
        - feature: improve javascript callback handler and support scrollToExpression
          with scroll to animation after loading jsonrpc content.
        
        - support response.data.i18nMessage as additional error response given from
          z3c.jsonrpc error views
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: J01 XHR ajax z3c form 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
