User Guide

Table Of Contents
PART II
Building Blocks of ColdFusion Applications
This part describes building blocks of Coldfusion applications. These building blocks let you
organize and reuse code, and include the
cfinclude tag, user-defined functions, ColdFusion
components, custom tags, and ColdFusion Extension (CFX) tags.
The following chapters are included:
Chapter 8: Creating ColdFusion Elements. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
Chapter 9: Writing and Calling User-Defined Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
Chapter 10: Building and Using ColdFusion Components . . . . . . . . . . . . . . . . . . . . . . . . . . 201
Chapter 11: Creating and Using Custom CFML Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241
Chapter 12: Building Custom CFXAPI Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259
PART II