ALI Data Tags
Tag createnewcommpagedata


Sets PTURL DO data on the PORTLET REQUEST scope with URL to Create New Community Page Editor (Page in the Community Editor to create new Community Pages. The URL is only returned for users who has access to create new Community pages).

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).


Tag Information
Tag Namecreatenewcommpagedata

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.