collective.alerts

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by JC Brand last modified Feb 16, 2011 02:04 AM

Implements Cory LaViska's JQuery Alerts feature for Plone

Project Description

Introduction

This package implements Cory LaViska's 'JQuery Alert Dialogs' for Plone.

Basically, they are fancy, styleable replacements for the standard 'alert', 'confirm' and 'prompt' browser functions.

See http://abeautifulsite.net/blog/2008/12/jquery-alert-dialogs/ for more details.

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] )

Dependencies:

On Plone 3.x, make sure that you have a newer version of JQuery than what is shipped with Plone. That would be JQuery > 1.3.5

The easiest way to do this is to install collective.js.jquery.

Plone 4.x users already have a new enough version of JQuery.

Changelog

1.2.3 (2011-02-08)

  • Removed the setup.py dependency on collective.js.jquery (not needed for Plone 4) [jcbrand]
  • Added GS-XML (metadata.xml) dependency on collective.js.jqueryui [jcbrand]
  • Added css for the popup [jcbrand]

1.2.2 (2010-04-12)

  • Add jquery dependencies to setup.py [jcbrand]

1.2.1 (2010-01-27)

  • Remove collective.js.alerts from css registry [toutpt]

1.2 - (2009-10-05)

  • Released

Current Release
collective.alerts 1.2.3

Released Feb 08, 2011

Download file Get collective.alerts for all platforms
collective.alerts-1.2.3.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.2.3 Feb 08, 2011 More about this release… GPL final
1.2.2 Apr 12, 2010 More about this release… final
1.2.1 Jan 27, 2010 More about this release… GPL final
1.2 More about this release… GPL pre-release
1.1 More about this release… GPL pre-release

Comments (0)