Complete CF tag reference with attributes
You've probably seen Kola's site about the undocumented CFANT by now, along with David Harris's post about find all of them out.
Well these two posts gave me the idea to create the Complete Tag Reference List as an easily accessible page which gives the chance for everyone to see what is available under the hood.
Check out http://andyjarrett.co.uk/alltags/
TweetBacks
I've messed with that file before myself and noticed one or two others missing if I'm not mistaken.
Also notice <cfcompile> - this tag will compile your templates to Java bytecode - not sure why you'd want to do this but it works - i've tested it.
It's at least good for it's "interesting stuff" value, if not for good and totally complete documentation.
@todd: I think all that might be missing is the 2 or 3 tags that are written in CFML... they're technically custom tags that are globally available, like cfdump.
I would suspect cfcache, cfdump, cfsavecontent and cftrace?
If you view the contents of "\WEB-INF\cftags\ the files for these tags are there...
@Todd: the cfcompile tag... could that be for sourceless deployment of ColdFusion templates?