Attributes |
Name | Required | Request-time | Type | Description |
actionJsp | false | true | java.lang.String | The file path for an action JSP page. |
actionJspServletContext | false | true | java.lang.String | The service context of the actionJsp . |
commentRelatedSearchResults | false | true | java.lang.String | No Description |
containerIcon | false | true | java.lang.String | Deprecated as of 7.0.0, with no direct replacement. |
containerName | false | true | java.lang.String | The name of the container that the entry is in, such as the name of a folder. |
containerSrc | false | true | java.lang.String | Deprecated as of 7.0.0, with no direct replacement. |
containerType | false | true | java.lang.String | The type of container the entry is in, such as Folder . |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
description | true | true | java.lang.String | A description of the entry. |
escape | false | true | boolean | Whether to escape the title and description . The default value is true . |
fileEntryRelatedSearchResults | false | true | java.lang.String | No Description |
highlightEnabled | false | true | boolean | Whether the entry is able to be highlighted where it matches the query terms. The default value is false . |
locked | false | true | boolean | Whether the entry is locked. The default value is false . |
queryTerms | true | true | java.lang.String | Query terms of the search. |
rowCheckerId | false | true | java.lang.String | A checkbox input ID to be used for the entry row checker. This is a Java long . |
rowCheckerName | false | true | java.lang.String | A name to be used for the entry row checker. |
showCheckbox | false | true | boolean | Whether the entry is selectable via a checkbox. The default value is true . |
status | false | true | java.lang.String | 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 . |
thumbnailSrc | false | true | java.lang.String | The URL for an entry thumbnail image. |
title | true | true | java.lang.String | A title for the entry. |
url | true | true | java.lang.String | A URL used to view the full entry. |
versions | false | true | java.lang.String | The current and past versions of the entry. |