Custom Built in Tags
How do I make my custom tag built-in (e.g.: cfwave instead of cf_wave)?
- For your local web context install them to
{local host web directory}/WEB-INF/lucee/library/tag
- Or if you want it globally to all context:
{lucee installation directory}lucee-server/context/library/tag
Bonus Material
-
Semi-related is the ability to create custom tags using CFCs. The following blog posts are available
-
Lucee Blog Post: CFC Custom Tag Example 1
-
Lucee Blog Post: CFC Custom Tag Example 2
-
Lucee Blog Post: Another CFC Custom Tag Example
Return to FAQs or Lucee Tips and Tricks