Core Tags
Tag tagdefshared


Defines a block of content that is only displayed once every page for each Tag definition. Use this tag for Javascript, CSS or HTML shared between multiple Tag definitions. If more than one block of content is needed, use the id attribute to assign a unique id to each shared block.

Example:
<pt:core.tagdefshared />
...first common block of content...</pt:core.tagdefshared>
<pt:core.tagdefshared pt:id="secondblock"/>
...second common block of content...</pt:core.tagdefshared>


Tag Information
Tag Nametagdefshared

Attributes
NameTypeRequiredDefault ValueDescription
idstringfalseN/AOnly needed when more than one shared blocks is used within a Tag definition. Each additional shared block requires a unique id.


Copyright 2005 Plumtree Software, Inc.