WebDeck
Tag images


A tag to provide access to a collection of WebDeck Images. The Images tag iterates through the images available, returning an object named thisImage for each image in the collection. The following objects are available: thisImage (Object Type: com.solidstategroup.cms.Article. Iterated through for every article in the collection).


Tag Information
Tag Classcom.solidstategroup.cms.taglib.ImagesTag
TagExtraInfo Classcom.solidstategroup.cms.taglib.ImagesTagEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
articleTypesfalsetrueString A comma-seperated list of ArticleTypes. You can use the specific ArticleType (for example "News Items") or you can use the fully qualified ArticleType name which might look something like "All Articles.Our Company.News Items". In order to prevent problems when there are two ArticleTypes with the same name, the fully qualified method is preferred.
rootArticleTypeIdfalsetruejava.lang.StringNo Description
articleMetaTypefalsetrueString The ArticleMetaType. Omitting this attribute retrieves images of all MetaTypes. This would probably either take the value "Article" or "Image Meta Data"
pagefalsetruejava.lang.String The current page number (omitting this attribute will return all images)
imagesPerPagefalsetruejava.lang.String The number of images per page (only used if a pageNumber is specified)
minXfalsetruejava.lang.StringNo Description
maxXfalsetruejava.lang.StringNo Description
minYfalsetruejava.lang.StringNo Description
maxYfalsetruejava.lang.StringNo Description
sessionTypeIdfalsetruejava.lang.String The version type of these images. Valid values are: 1 - Published Images 3 - Images available for editing;
rootTagIdsfalsetrueString If you have created and assigned Tags to some documents, you can limit the results returned to documents of that tag. The list should be provided in a a comma seperated String. For example, providing the String "4,5,78,90" will only return documents which have a tag that is associated with 1 or more of these four Root Tag IDs
tagsfalsetrueString If you have created and assigned Tags to some documents, you can limit the results returned to documents of that tag. The list should be provided in a a comma seperated String. For example, providing the String "news,events,bios" will only return documents which have a tag that is associated with 1 or more of these three tags

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.