cfmodule

"-->
 <cfmodule          template = "path"          name = "tag_name"          attributeCollection = "collection_structure"          attribute_name1 = "valuea"          attribute_name2 = "valueb"  ...> 

Description

Calls custom tags for use in applications without the possibility of name conflicts.

Attributes

template (Required unless name attribute is used)

A path to the page that implements the tag.

  • Relative path. Expanded from the current page.

  • Absolute path. Expanded using ColdFusion mapping.

name (Required unless template attribute is used)

A custom tag name in the form "Name.Name.Name ...".

attributeCollection (Optional)

This creates a structure for collecting value pairs that are generated by the tag.

attribute_name (Optional)

Use this attribute to specify any parameters that the custom tag may need. Use this attribute as many times as necessary.



Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net