liferay-frontend
Tag vertical-card


Creates a lexicon-based card component.


Tag Information
Tag Classcom.liferay.frontend.taglib.servlet.taglib.VerticalCardTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionJspfalsetruejava.lang.StringThe path to an action JSP. It is generally the JSP for the card dropdown menu.
actionJspServletContextfalsetruejava.lang.StringThe service context of the action JSP.
backgroundImagefalsetruejava.lang.StringWhether to display the image as a background image.
cardCssClassfalsetruejava.lang.StringA CSS class for styling the card's secondary container.
checkboxCheckedfalsetruejava.lang.StringWhether to select the card checkbox. The default value is false.
checkboxCSSClassfalsetruejava.lang.StringA CSS class for styling the checkbox input.
checkboxDatafalsetruejava.lang.StringThe data attributes to add to the checkbox input. This data is stored via a map.
checkboxDisabledfalsetruejava.lang.StringWhether to disable the checkbox input. The default value is false.
checkboxIdfalsetruejava.lang.StringAn ID for the checkbox input.
checkboxNamefalsetruejava.lang.StringA name for the checkbox input.
checkboxValuefalsetruejava.lang.StringA value for the checkbox input.
cssClassfalsetruejava.lang.StringA CSS class for styling the card's main container.
datafalsetruejava.lang.StringMiscellaneous 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>.
imageCSSClassfalsetruejava.lang.StringA CSS class for styling the card image.
imageUrlfalsetruejava.lang.StringA URL for the card's image.
onClickfalsetruejava.lang.StringNo Description
resultRowfalsetruejava.lang.StringIf 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.
rowCheckerfalsetruejava.lang.StringYou 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.
showCheckboxfalsetruejava.lang.StringWhether the entry is selectable. The default value is false.
subtitlefalsetruejava.lang.StringText to add as a subtitle in the text zone, if the card is vertical.
titlefalsetruejava.lang.StringA title for the card.
urlfalsetruejava.lang.StringA URL to view the full content.

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.