ADVANCED macromedia COLDFUSION MX 7 Application Development [Electronic resources]

Ben Forta, Dain Anderson, Brian Baxter, Jeffrey Bouley, Raymond Camden, Adam Churvis, David Churvis, Ken Fricklas, Paul Hastings, Sam Neff, Robi Sen

نسخه متنی -صفحه : 240/ 120
نمايش فراداده

Chapter 18. Creating Advanced Custom Tags

IN THIS CHAPTER

Simple CFML Custom Tags: Back to Basics 529

Paired Custom Tags 532

Nested Custom Tags 539

Creating an Advanced Custom Tag 552

Where to Go From Here 576

CFML

custom tags are useful for improving the reusability and maintainability of your code. These tags also give less-experienced developers a way to harness functionality that they are perhaps not yet capable of building themselves. Although simple custom tags can be powerful in their own right, the advanced custom tag architecture offers even more power and flexibility with the implementation of paired tags and nested parent-child tag families.

This chapter first briefly reviews the basics of simple CFML custom tags. Then we'll move on to the main topic: understanding and creating advanced custom tags.