Metadata-Version: 1.0
Name: collective.alerts
Version: 1.1
Summary: Implements Cory LaViska's JQuery Alerts feature for Plone
Home-page: UNKNOWN
Author: JC Brand, Cory LaViska
Author-email: jc@opkode.com
License: GPL
Description: Introduction
        ============
        
        This product implements Cory LaViska's 'JQuery Alert Dialogs' for Plone.
        
        Basically, they are fancy, styleable replacements for the standard
        'alert', 'confirm' and 'prompt' browser functions.
        
        Please see: http://abeautifulsite.net/notebook/87 for more information.
        
        
        Usage
        -----
        
        When collective.alerts is installed and the jquery.alerts library registered in
        portal_javascripts (should be automatic), then the alerts can be called as
        follows:
        
        - jAlert( message, [title, callback] )
        - jConfirm( message, [title, callback] )
        - jPrompt( message, [value, title, callback] )
        
        
        
        Changelog
        =========
        
        1.1 - (2009-10-04)
        ------------------
        
        * Released
        
        
        
Keywords: plone jquery alerts
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
