Attributes |
Name | Required | Request-time | Type | Description |
actionJsp | false | true | java.lang.String | The file path for an action JSP page. |
containerIcon | false | true | java.lang.String | No Description |
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 | No Description |
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 this component. |
description | true | true | java.lang.String | A description of the entry. |
fileEntryTuples | false | true | java.lang.String | A list of objects containing information such as content, user ID, and titles of the entry file attachments. |
locked | false | true | boolean | Whether the entry is locked. The default value is false . |
mbMessages | false | true | java.lang.String | A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post. |
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. |