Tag Summary |
comment | This tag is used to display comments in the untransformed source HTML. When this tag is transformed, the contents of this tag will not be displayed in the HTML sent to the browser. |
debugmode | This tag turns tag debug mode on and off. When debug mode is on, tags will display HTML comments before and after they are executed to aid in debugging. Tags may also have custom behavior in debug mode. This tag uses an editable shared variable for debug mode (see com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks.GetIsDebugMode for more details). This tag does not display the contents of the tag and should only be used as a singleton tag (i.e. <pt:core.debugmode/>), rather than as a tag with both an open and close 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. |
localize | This tag will display the localized version of the string with the given string ID and string file. It will also replace the tokens, {0},{1},..., if a replacement is given via the optional string replacement variables. |