Core Tags
Tag tagdef


This tag allows you to define a block of arbitrary HTML and/or Adaptive Tags to display in multiple locations. Use the pt:logic.includetagdef to display the content defined by this tag. Create a Tag Definition by placing the block of HTML and Adaptive Tags in the body of this tag and assign an id with the defid attribute. Tag definitions are declared in the Tag definition file, by default located on the WCI imageserver. This file is automatically processed when the pt:logic.includetagdef tag is used. It is also possible to declare Tag definitions in Portlets or Adaptive Layout files, but the Tag Definition is only available on that page. Adaptive Tags in a Tag Definition are not executed until displayed with the pt:logic.includetagdef

Example:
<pt:core.tagdef pt:defid="tagdef" />
...
</pt:core.tagdef>


Tag Information
Tag Nametagdef

Attributes
NameTypeRequiredDefault ValueDescription
defidstringtruenullUnique id for the definition. Two Tag Definitions with the same id will overwrite the first one.
readonlybooleanfalsefalsePass in true to protect this Tag Definition from getting overwritten.


Copyright 2005 Plumtree Software, Inc.