Core Tags
Tag html


This tag displays an HTML tag, allowing for attribute value replacement. Simply use the pt:tag attribute to specify the name of the HTML tag to display, and then insert the HTML tag attributes as normal XML attributes. They will get processed and added to the HTML tag. If an attribute starts with the pt://images URI constant it will be replaced with the full image server URL when used in the portal.

Example:
<pt:core.html pt:tag="a" href="$url" title="My title">My link</pt:core.html>
would get transformed into
<a href="[the data stored in the $url variable]" title="My title"/>My link</a>


Tag Information
Tag Namehtml

Attributes
NameTypeRequiredDefault ValueDescription
tagstringtruenullThe name of the HTML tag to display.


Copyright 2005 Plumtree Software, Inc.