Beta .8 Error in spry_input.cfm (download updated)

There are two typos in beta .8 spry_input.cfm. RIAForge is having issues editing your project details at the moment, I'll try to have an updated zip file up shortly.

EDIT - the download file has been updated.

Here are the fixes if you are feeling frisky to do them:

Line 84: class="textFieldRequiredMsg"
Change to: textfieldRequiredMsg (lowercase f on field)

Line 88: class="textFieldInvalidFormatMsg"
Change to: textfieldInvalidFormatMsg(lowercase f on field)

Beta .8 Released

I've just uploaded a beta .8. This release includes:

Radio Widget Support (spry_radio.cfm)


- similar to the checkboxes, the radio buttons takes an input in the form of an array, list, query or structure and parses this into a consistent list ofr display. Also similarly, the developer is alloted several pre-defined display types to lay out your radio buttons.

Autosuggest widget (spry_autosuggest.cfm)


- The autosuggest widget provides all the Spry featureset of the autosuggest widget. This implementation does not provide any form validation to the input element.

Autosuggest functionality added to Textfield widget (spry_input.cfm)


- An additional option is added to the Textfield widget that allows for autosuggest functionality combined with all the current form validation built in to the textfield widget.

Documentation

- A full set of documentation has been added under the documentation/ directory. Included is both a MS Word and PDF version of the document.

Bug Fixes / Enhancements


- Size attribute added to the textfield widget
- Included Spry form validation files updated to version 1.5
- Include Spry files not include xpath and SpryData for the autosuggest widget.
- Styling added to the help and debugging

Beta .7

I just put up a new zip file, I suppose considered Beta .7. This new file includes the checkbox widget functionality.

The checkbox widget behaves similarly to the select box widget. The tag accepts the data for the checkboxes as an array, list, query or structure then tries to homogenize it to an array for display. There are several formatting options built-in to format each checkbox passed in. The display types focus around inline or vertical display as well as list item and none.

An example of calling the checkbox would be:

<cf_spry_checkbox cssPath="spryformvalidation/SpryValidationCheckbox.css" jsPath="spryformvalidation/SpryValidationCheckbox.js" id="test" help="true" values="#testData#" displayType="verticalDiv">

Beta .6 added

I've uploaded a new file with a few fixes and the addition of the textarea support.

spry_textarea.cfm


  • Includes the general features of Spry 1.4 textarea validation including required field, max. characters, min. characters, and character counts.
  • The built-in help attributes provides all theavailable attributes for the tag. Add help="true" to your call to generate the help.
  • The built-in debugging provides a brief glimpse of the pre and post processing items for this tag. Add debug="true" to your tag call to view debugging.

Beta .5 uploaded

I uploaded the beta .5 this morning. For a quick overview:

spry_select.cfm


  • Handles the generation of select boxes using Spry 1.4
  • Takes an input of values for the options in Array, Query, List or Structure formats and homogenizes them for option generation (see the built-in help for formatting).
  • built-in help using help=true attribute lists all valid attributes and options.
  • built-in debugging shows various pre and post processing outputs per select box.

spry_input.cfm


  • Takes all spry validation types like integer, email, zip_code etc.
  • Included an attribute isSensitive to use for password field masking.
  • The built-in help uses the help=true attribute and lists all valid attributes and options.
  • The built-in debugging uses the attribute debug=true and shows various pre and post processing outputs per input box.

BlogCFC was created by Raymond Camden. This blog is running version 5.5.006. | Protected by Akismet | Blog with WordPress