Core Tags
Tag includetagdef


This tag displays Tag Definitions, which are blocks of HTML and Adaptive Tags created by the pt:logic.tagdef tag. Use Tag variables to pass run-time parameters to Tag Definitions. Names and values of XML attributes (Tag attributes without the pt: prefix) are converted to Tag scope Tag variables. For example, an XML attribute width=500 sets a Tag scope tag variable that is accessible from the Tag definition as a Tag variable with the name 'width' with a value of '500'.

Example:
<pt:core.includetagdef pt:defid="newtagdef" parameter1="value1" parameter2="value2" />


Tag Information
Tag Nameincludetagdef

Attributes
NameTypeRequiredDefault ValueDescription
defidstringtruenullIdentifier of the Tag definition.


Copyright 2005 Plumtree Software, Inc.