« Software Anti-Piracy Information | ^ Main | Flex Data Services overview preso »
ColdFusion MX Un-Documentation
Sarge showed me this a few weeks ago. It is pretty coo. It seems the CF team left a lot of documentation that could be very useful for people to pick up on CF by seeing familiar tags.
Check it out here.
Posted by John C. Bland II on May 30, 2006 7:55 AM | Permalink
TrackBack
TrackBack URL for this entry:
http://mt.katapultmedia.com/mt-tb.cgi/147
Comments
John,
I found a post you placed a while back about a cfform that you did for sprint/nextel and had the mask on the cfinput causing the page to jump down to the first input field that it could place a focus. Did you ever find a solution to this? I have been all over the CF sites and have only been able to find one other person with the same problem and no solutions. Any help would be very much appreciated.
Thank you,
Brian
Posted by: Brian Chignoli | June 1, 2006 3:36 PM
Actually, I did but didn’t. The issue was the JS CF creates (at the bottom of the page) would only jump down if the first field in the form was a textfield. If I threw a combobox in there it wouldn’t happen.
We simply removed the mask. It wasn’t that serious of an issue for this site. It is internal to Sprint “companies” anyway.
One other note, on form submission validate the form with isValid(“telephone”, form.phonefield). If it is a valid phone number you can force your own mask on it.
Posted by: John C. Bland II | June 2, 2006 4:14 AM



