CFX Tags page


Register CFX tags

Extensions > CFX Tags

Register a CFX tag in ColdFusion

  1. In the CFX Tags page, do one of the following:
     

Option

Description

Tag Name

Enter the tag name (after the cfx_prefix). Provide a name for the CFX tag that you are registering.

Class Name

Enter the class name (without the .class extension) that implements the interface. The class file should be accessible from the Class Path setting on the JVM and Java Settings page. You typically package the .class file in a .jar file and save it in the cf_root/lib (server configuration) or cf_webapp_root/WEB-INF/cfusion/lib (J2EE configuration) directory.

Description

Provide a message that identifies the use of this CFX tag.

 

Option

Description

Tag Name

Provide a name for the CFX tag that you are registering. Tag names must be prefixed with cfx_.

Server Library (.dll)

Enter the path to the library, or click Browse Server to locate the library that you want to use.

Procedure

Enter the procedure that implements the CFX tag.  The procedure name must correspond with the procedure associated with the DLL or shared object you have specified. Notice that procedure names are case sensitive.

Keep Library Loaded

Select this option to retain the library in RAM.

Description

In this text box, provide a message that identifies the use of this CFX tag.

 

  1. Click Submit to apply and save the CFX tag registration.

 

Related topic