Login

    Register

PROJECT CATEGORIES

 

CF Spry Forms
Project Home Blog Forums Known Issues External Project Link Contact Project

Author: Dana Kowalski (All RIAForge projects by this author)
Last Updated: June 11, 2007 6:38 AM
Version: Beta .8
Views: 16,383
Downloads: 826
Demo URL: http://cfspryforms.danakowalski.com/
License: Apache License, Version 2

Description:

CF Spry Forms embeds the functionality of Adobe Spry v1.5 form validation widgets into a set of custom tags, and alleviates the need for the developer to code any of the necessary JavaScript. All of the tags have a built-in help and debugging to assist in development.

This is at a beta level, so any suggestions, nit-picking on coding practices, etc are greatly appreciated.

A brief code example for a select box would require only the following code in your app:

<cf_spry_select
cssPath="spryfiles/SpryValidationSelect.css" (optional)
jsPath="spryfiles/SpryValidationSelect.js" (optional)
name="select"
id="selectID"
help="true"
dftItem="please select from below"
debug="true"
isRqrd="true"
values=testData>

Recent Blog Entries:

Requirements:

- Spry v1.5
- ColdFusion Mx 7.x

Issue Tracker:

ID ISSUE STATUS UPDATED
5 Demo Page for Checkboxes IDs same Fixed 11/06/07 12:14 AM
6 Consistent Attributes Open 06/02/07 11:47 AM
4 Consistent Help Open 06/01/07 2:36 PM
3 styles help and debugging boxes Fixed 06/01/07 2:35 PM
1 Update to 1.5 Fixed 06/01/07 2:33 PM

View All Issues

To enter issues for this (or any other) project, you must be logged in.