<CFMODULE TEMPLATE="template"
NAME="tag_name"
ATTRIBUTE="value"
ATTRIBUTE="value"
...>
TEMPLATE
Used in place of NAME, defines a path to the application page (.cfm file) implementing the tag. Relative paths are expanded from the current page. Physical paths are not allowed. Absolute paths are expanded using the ColdFusion mappings.
NAME
Used in place of TEMPLATE, defines the name of the custom tag in the form "Name.Name.Name..." that uniquely identifies a subdirectory containing the custom tag page under the root directory for CF custom tags. For example:
<CFMODULE Name="Allaire.Forums40.GetUserOptions">
Identifies the page GetUserOptions.cfm in the directory CustomTags\Allaire\Forums40 under the root directory of the ColdFusion installation.
ATTRIBUTE
Optional. Attributes you want your custom tag to use.
|