ALI Data Tags
Tag currparentcommunitydata


Sets PTURL DO data on the PORTLET REQUEST scope with URL to Parent Community of the current Community (The Community above the current Community in the administrative hierarchy. No URL is set if the user does not have access to the Parent Community).

This URL contains the following standard URL components: title, url, uri, img, imgheight, imgwidth and params.
In addition, the name of each parameter in the query string of the URL in the link is also a valid component key. So param1 could be used as a key to retrieve the value of the query string parameter param1=value1. For instance, if the url is http://...server.pt?open=518&objID=58411... you can get the objid data as a name/value pair stored under objid (all lower case).
The URL will also set the currpage DO data component on a Community URL if currently in that Community.


Tag Information
Tag Namecurrparentcommunitydata

Attributes
NameTypeRequiredDefault ValueDescription
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.
imgstringfalsenullThis 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.