Attributes |
Name | Required | Request-time | Type | Description |
actionJsp | false | true | java.lang.String | The path to an action JSP. It is generally the JSP for the card dropdown menu. |
actionJspServletContext | false | true | java.lang.String | The service context of the action JSP. |
backgroundImage | false | true | java.lang.String | Whether to display the image as a background image. |
checkboxChecked | false | true | java.lang.String | Whether to select the card checkbox. The default value is false . |
checkboxCSSClass | false | true | java.lang.String | A CSS class for styling the checkbox input. |
checkboxData | false | true | java.lang.String | Data attributes to add to the checkbox input. This data is to stored via a map. |
checkboxDisabled | false | true | java.lang.String | Whether to disable the checkbox input. The default value is false . |
checkboxId | false | true | java.lang.String | An ID for the checkbox input. |
checkboxName | false | true | java.lang.String | A name for the checkbox input. |
checkboxValue | false | true | java.lang.String | A value for the checkbox input. |
cssClass | false | true | java.lang.String | A CSS class for styling the card's main container. |
data | false | true | java.lang.String | 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> . |
imageCSSClass | false | true | java.lang.String | A CSS class for styling the card image. |
imageUrl | false | true | java.lang.String | A URL for the card's image. |
resultRow | false | true | java.lang.String | If you pass in a row checker value, a result row is mandatory. A result row is of type com.liferay.portal.kernel.dao.search.ResultRow . |
rowChecker | false | true | java.lang.String | You can optionally pass in a row checker object to manage all the options related to the checkbox. All other checkbox options overwrite the row checker options. A row checker is of type com.liferay.portal.kernel.dao.search.RowChecker . |
showCheckbox | false | true | java.lang.String | Whether the entry is selectable. The default value is false . |
subtitle | false | true | java.lang.String | Text to add as a subtitle in the text zone, if the card is vertical. |
title | false | true | java.lang.String | A title for the card. |
url | false | true | java.lang.String | A URL to view the full content. |