Metadata-Version: 1.0
Name: collective.kssmessages
Version: 0.1
Summary: Show human-readable error messages when KSS timeouts or errors occur
Home-page: UNKNOWN
Author: Hedley Roos
Author-email: hedley@upfrontsystems.co.za
License: GPL
Description: Introduction
        ============
        KSS does not provide comforting error messages when a timeout occurs. collective.kssmessages displays an overlayed div when an error occurs. The possible causes are explained in non-technical terms.
        
        Usage
        =====
        Run the collective.kssmessages profile in portal_setup.
        
        To make use of the error handler you will need to specify an error action in your KSS rule sheet, eg.
        
        form#myform input[type="submit"]:click {
        evt-click-preventdefault: True;
        action-server: aMethod;
        aMethod-error: kssmessages-error;
        }
        
        Changelog
        =========
        
        0.1
        ---
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
