ALI Data Tags
Tag genericurl


Sets PTURL DO data on the PORTLET REQUEST scope with URL with customizable Title, URL and Image .This URL contains the following standard URL components: title, url, uriand params. The imgDO component will be set if an image is specified.


Tag Information
Tag Namegenericurl

Attributes
NameTypeRequiredDefault ValueDescription
urlstringtruenullFull URL (For example, http://www.plumtree.com)
textstringtruenullURL Title
imagestringfalsenullFull 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)
ptimagestringfalsenullFile name of image on the plumtree imageserver in the \plumtree\portal\public\img\ directory (For example, icon_community.gif)
idstringtruenullName 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.
scopestringfalseportlet requestThe scope used to store the data. See Tagdoc for the logic tag library for a list of all available scopes.


Copyright 2005 Plumtree Software, Inc.