Registering Cfx Tags - MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual

Developing coldfusion mx applications
Table of Contents

Advertisement

Registering CFX tags

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents