Lucee Tag Reference

<cfmodule>

Invokes a custom tag for use in cfml templates. The cfmodule tag can help deal with custom tag name conflicts. Use the template attribute to name a template that contains the custom tag definition, including its path..

Body

This tag may have a body.

Example

<cfmodule ... >
[</cfmodule>]
This tag is also supported within cfscript
<cfscript>
	module... {
			[...]
	}
</cfscript>

Attributes

There is no restriction for attributes for this tag. This tag must have at least 1 attributes.