CF_QueryCatalog Tag Documentation

tag written by Roy P. Johnston, Jr.
Created January 5, 2000 | Last Modified Friday, February 28, 2003

The most current version of this document is available at: http://www.johnstons.org/wdc/pub/cfusion/customtags/CF_QueryCatalog/CF_QueryCatalog.html


Description

CF_QueryCatalog returns an HTML page with a table catalog of all <CFQUERY>s within a directory and its subdirectories.

Requirements

This tag requires Cold Fusion 3.0 or greater. The custom tag CF_DirInfo is also required and is available at
http://www.johnstons.org/wdc/pub/cfusion/customtags/ or at http://www.allaire.com/developer/

Attributes

AttributeTypeDescription
BASEDIR="directory" Required Specifies the root directory that CF_QueryCatalog will look in for <CFQUERY>s.
TITLE="title" Optional Specifies the title for the output page

Output

An HTML page cantaining a table catalog of all <CFQUERY>s found. Click here to view a sample page.

Syntax

<CF_QUERYCATALOG BASEDIR="directory TITLE="title">

Package Information & Download

Support

Tech support can be obtained at: http://www.johnstons.org/wdc/pub/cfusion/support.cfm.

Send suggestions or comments to ihuj@yahoo.com. Submit bug reports or code modifications to ihuj@yahoo.com with the subject line "CF_QueryCatalog".