WebDeck
Tag tags


A tag to provide access to a collection of WebDeck Tags. This tag is useful for building navigation elements and breadcrumb trails etc. The tag iterates through a collection of Tag classes, returning an object named thisTag for every item in the collection. The following objects are available: thisTag (Object Type: com.solidstategroup.cms.ArticleType. Iterated through for every tag in the collection).


Tag Information
Tag Classcom.solidstategroup.cms.taglib.TagsTag
TagExtraInfo Classcom.solidstategroup.cms.taglib.TagsTagEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
rootTagIdfalsetruejava.lang.StringNo Description
tagfalsetrueString You can use the specific Tag name (for example "News Items") or you can use the fully qualified Tag name which might look something like "Tags.Our Company.News Items". In order to prevent problems when there are two Tags with the same name, the fully qualified method is preferred.
recurseTreefalsetruejava.lang.String Includes all items under this node, as opposed to just the siblings.
getChildrenfalsetruejava.lang.String Only retrieves child nodes - does not retrieve selected node.
depthfalsetruejava.lang.String The number of levels (down) that should be retrieved.
searchTermsfalsetruejava.lang.String Allows you to search for ArticleTypes. All articleTypes matching the String (or space seperated Strings) are returned.
breadCrumbTrailStartfalsetruejava.lang.String Defines the start node of the breadcrumb trail. The breadcrumb trail returns a collection of ArticleType objects, walking from the start node to the end node.
breadCrumbTrailEndfalsetruejava.lang.String Defines the end node of the breadcrumb trail.
usePreviewTreefalsetruejava.lang.String If set to true, will use the preview Tag tree (before the site is versioned, any changes to the tree will only be updated in the preview tree).

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.