|
Library Generator
Library Generator is a tool that allows you to build a custom library. You can pick and choose
UDFs from the various libraries at cflib.org and create your own library!
Use the Library Generator
UDFDoc
UDFDoc is a custom tag designed to parse UDF library files. It can return either a structure
containing information on the UDFs in the file, or generate HTML documentation. UDFDoc is based
on JavaDoc, a syntax for commenting Java class files.
UDFDoc works by scanning for function lines within your CFML template. It can automatically find the
names of UDFs as well as the names of the arguments passed in. However, by using UDFDoc style comments
above your UDF you can specify comments, arguments, and other items. Included in the download
in the first version of the tag as well as the documentation. All UDFs downloaded from CFLib.org contain
UDFDoc style headers.
Download the UDFDoc Custom Tag and Documentation
Studio UDF Browser
You can now browse CFLib.org directly from ColdFusion Studio! This extension set allows you to
browse all the libraries and functions currently online at our web site. You can either copy
a function to the clipboard or insert it directly into your current document. This is the first
version of the UDF Browser and should be considered a beta release.
This tool requires ScriptX. You can find this tool at http://www.meadroid.com/scriptx/
UDFBrowser was updated March 19, 2003. Please the readme file in the zip. You MUST upgrade in order
to continue using the tool.
Download the UDF Browser
|