Adobe COLDFUSION 9 Manual page 239

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Building Blocks of ColdFusion Applications
Registering CFX tags
To use a CFX tag in your ColdFusion applications, first register it in the Extensions, CFX Tags page in the ColdFusion
Administrator.
In the ColdFusion Administrator, select Extensions > CFX Tags.
1
Click Register C++ CFX.
2
3
Enter the Tag name (for example,
If the Server Library .dll field is empty, enter the filepath.
4
Accept the default Procedure entry.
5
6
Clear the Keep library loaded box while developing the tag.
For improved performance, when the tag is ready for production use, you can select this option to keep the DLL in
memory.
7
(Optional) Enter a description.
Click Submit.
8
You can now call the tag from a ColdFusion page.
Delete a CFX tag
1
In the ColdFusion Administrator, select Extensions > CFX Tags.
For the tag to delete, click the Delete icon in the Controls column of the Registered CFX Tags list.
2
).
cfx_MyNewTag
Last updated 8/5/2010
234

Advertisement

Table of Contents
loading

Table of Contents