Creating ColdFusion Elements

This chapter describes ColdFusion elements that you create. These elements let you to organize your code. When you create any of these elements, you write your code once and use it, without copying it, in many places. This chapter describes the elements that you can create and their features, and provides advice on selecting among the elements.

Contents

About CFML elements you create
Including pages with the cfinclude tag
About user-defined functions
Using ColdFusion components
Using custom CFML tags
Using CFX tags
Selecting among ColdFusion code reuse methods

View comments in LiveDocs