KD Page Tags for Adaptive Layout
Tag relatedresourcesdata


This tag only works with the Knowledge Directory Adaptive Layout. Stores a list of related resources of the current folder in memory. Each related resource data object will have the following variables:


Tag Information
Tag Namerelatedresourcesdata

Attributes
NameTypeRequiredDefault ValueDescription
typeinttruenullThe type of related resources to retrieve. There are five different types of related resources. Use 71 for related communities, 72 for related folders, 73 for related portlets, 74 for related experts, and 75 for related content managers. Other values will be ignored.
limitintfalse-1Usede to limit the number of resources displayed. If no limit is defined, the entire list will be returned. If a limit is set, a boolean of whether there are more links than the limit will be stored in memory using the key 'hasmore' plus the ID from the id attribute. (i.e. if the id attribute uses 'myresources' as the ID, then the key would be 'hasmoremyresources'.
idstringtruenullThe name of the variable in memory where the 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 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 the Logic tag library for a list of all available scopes.


Copyright 2005 Plumtree Software, Inc.