Attributes |
Name | Required | Request-time | Type | Description |
actionJsp | false | true | java.lang.String | The path to an action JSP page. |
actionJspServletContext | false | true | java.lang.String | The service context of the actionJsp . |
assetCategoryClassName | false | true | java.lang.String | The Java class name for any categories added to the entry. |
assetCategoryClassPK | false | true | java.lang.String | The Java class primary key for any categories added to the entry. This is a Java long . |
assetTagClassName | false | true | java.lang.String | The Java class name for any tags added to the entry. |
assetTagClassPK | false | true | java.lang.String | The Java class primary key for any tags added to the entry. This is a Java long . |
author | false | true | java.lang.String | The name of the entry's author. |
classTypeName | false | true | java.lang.String | A name for the entry type. This is displayed in descriptive view as Type: classTypeName . |
createDate | false | true | java.lang.String | The date the entry was created. |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
data | false | true | java.util.Map | Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object> . |
description | false | true | java.lang.String | A description of the entry. |
displayDate | false | true | java.lang.String | A date to display the entry. |
displayStyle | true | true | java.lang.String | A display style for the component. Options are list , icon , and descriptive . |
expirationDate | false | true | java.lang.String | A date for the entry to expire and be automatically deleted. |
folder | false | true | boolean | Whether the entry is a folder. The default value is false . |
groupId | false | true | java.lang.String | The group ID of the entry. This is a Java long . |
iconCssClass | false | true | java.lang.String | A class for the icon to be displayed next to the entry title. The icon also acts as a link to view the entry. |
latestApprovedVersion | false | true | java.lang.String | The version number of the most recently published copy of the entry. |
latestApprovedVersionAuthor | false | true | java.lang.String | The author of the most recently published version of the entry. |
locked | false | true | boolean | Whether the entry is locked. The default value is false . |
markupView | false | true | java.lang.String | No Description |
modifiedDate | false | true | java.lang.String | The date of the most recent modification to the entry. |
reviewDate | false | true | java.lang.String | The date the entry was reviewed. |
rowCheckerId | false | true | java.lang.String | A checkbox input ID to be used for the entry row checker. |
rowCheckerName | false | true | java.lang.String | A name for the entry row checker. |
shortcut | false | true | boolean | Whether to show a shortcut icon link to the entry. The default value is false . |
showCheckbox | true | true | boolean | Whether the entry is selectable. An actual checkbox is used when the display style is icon or descriptive . The default value is false . |
showLinkTitle | false | true | boolean | Whether to show the link title. The default value is true . |
status | false | true | int | The current status of the entry, as represented by an integer. Options are -1: STATUS_ANY , 0: STATUS_APPROVED , 1: ACTION_PUBLISH , 2: STATUS_DRAFT , and 4: STATUS_DENIED . The default value is -1 . |
thumbnailDivStyle | false | true | java.lang.String | A CSS style to be applied to the div containing the thumbnail for the entry. |
thumbnailSrc | false | true | java.lang.String | The source URL for an entry thumbnail image. |
thumbnailStyle | false | true | java.lang.String | A CSS style to be applied to the thumbnail for the entry. |
title | true | true | java.lang.String | A title for the entry. |
url | false | true | java.lang.String | A URL to view the full entry. |
version | false | true | java.lang.String | The current version of the entry. |