Using Custom Tags in Cold Fusion

Custom tags(.cfm) do not need to be registered on the server. They can be used placing these .cfm files under any wwwroot directory.
Then, you may call the module by using CFMODULE tag to specify the location.

If you would like to call the module without specifying the path module then you may need to put the module in the same directory as your calling template.

You may refer to the article in how to use the custom tag:
http://livedocs.macromedia.com/cold...cs/tags-pb4.htm
 
  • 6 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Related Articles

ColdFusion Page Encoding

In order to show the characters other than the English characters on your website, you may need...

CFMail

Sends an e-mail message that optionally contains query output, using an SMTP server. Line...