Summary
In this chapter, we have seen the benefits received from the combined power of tag-based encapsulation with AJAX . We have also discussed the following:
The
<cfgrid/>
tag: A dynamic, editable, sortable data grid. This can also be used for hyperlinked grids.The
<cfinput/>
tag: An input control that could be a normal input or date field input with a pop-up calendar. There is also the ability to create an autosuggest box.The
<cfselect/>
tag.The
<cftextarea/>
tag: This is a tag that allows you to insert a rich text WYSIWYG HTML editor right onto your HTML page.The
<cftree/>
tag.The
<cfMessageBox/>
tag.The
<cfProgressBar/>
tag.How to use the
bind
attribute with tags.