collective.kssmessages 0.1
Show human-readable error messages when KSS timeouts or errors occur
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.kssmessages-0.1-py2.4.egg (md5) | Python Egg | 2.4 | 2009-05-14 | 9KB | 685 |
| collective.kssmessages-0.1.tar.gz (md5) | Source | 2009-05-14 | 5KB | 551 | |
- Author: Hedley Roos
- License: GPL
- Categories
- Package Index Owner: hedley
- DOAP record: collective.kssmessages-0.1.xml
