Attributes |
Name | Type | Required | Default Value | Description |
url | string | true | null | Full URL (For example, http://www.plumtree.com) |
text | string | true | null | URL Title |
image | string | false | null | Full URL to an image (For example, http://www.plumtree.com/image.gif. This image will be set if both this and the ptimage attribute is set) |
ptimage | string | false | null | File name of image on the plumtree imageserver in the \plumtree\portal\public\img\ directory (For example, icon_community.gif) |
id | string | true | null | Name of the variable in memory where the PTURL DO data created by this tag is stored. Specify this ID in the data attribute (most commonly the DATAVAR attribute) for any display tag consuming PTURL DO data. Multiple data tags can share the same ID, in which case they are added to a list in the order they were processed. |
scope | string | false | portlet request | The scope used to store the data. See Tagdoc for the logic tag library for a list of all available scopes. |