You are here: Home Plone products collective.alerts

collective.alerts (1.2.3)

1
by Olha Pelishok last modified 2011-02-15
0.0
0.0
0.0
0.0
Released on 2011-02-08 by Cory LaViska, JC Brand for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Implements Cory LaViska's JQuery Alerts feature for Plone
collective.alerts

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] )
Document Actions
Powered by Plone