| Subject: | Regular expression validation |
|---|---|
| From: | "lenny2" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Wed, 23 Jul 2008 07:36:39 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
Has anyone figured out a way to use regex in a flash form?? I have tried
something like this inside cfformitem tags:
function doRegExpVal():void{
var p:RegExp = new RegExp("\w")
}
the above is correct action script but when used, the CFFORM won't even
render. I don't know if it's the 'new' keyword or if cfform just doesnt
support the RegExp class. I went to the list of Top Level packages like Array,
Object, etc... and most of them work. But RegExp won't even let the form
render.
Thanks
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Flash Form ans IE7, ayuso_15 |
|---|---|
| Next by Date: | Populating a CFGRID, ayuso_15 |
| Previous by Thread: | Flash Form ans IE7, ayuso_15 |
| Next by Thread: | Populating a CFGRID, ayuso_15 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |