Contents

cfmodule

Description

Invokes a custom tag for use in ColdFusion application pages. The cfmodule tag can help deal with custom tag name conflicts. Use the template attribute to name a ColdFusion page that contains the custom tag definition, including its path. Use the name attribute to refer to the custom tag using a dot notation scheme to indicate the location of the custom tag in the ColdFusion installation directory.

Category

Other

Implemented

Usage Syntax

<cfmodule /> 

[] = Optional attribute

Attributes

No Attributes

Example Usage