Spry framework for Ajax prerelease 1.4

The 5th prerelease of the Spry framework for Ajax is available from Adobe Labs Spry framework prerelease 1.4. In this release Adobe is officially introducing Spry Form Validation Widgets. Here is an example of their new Form Validation widget.

The Spry framework is used to incorporate XML data with the use of HTML, CSS, and a small bit of Javascript into HTML websites without the need to refresh the page. It’s simple to implement into projects with markup that is very easy to read. Here is an example of markup:

Spry.Effect.AppearFade(’mydiv’, {duration:3000,from:20,to:100,toggle:false});

This script will fade in the div object ‘mydiv’ for a duration of 3 seconds, from the start alpha of 20, to a full alpha of 100.

More information about the Spry Framework can be found at the Adobe Labs Spry framework page.

Here is a link to demos constructed with the Spry framework.

Leave a Reply

You must be logged in to post a comment.