liferay-frontend
Tag html-vertical-card


Creates a lexicon-based card component with a custom HTML header.


Tag Information
Tag Classcom.liferay.frontend.taglib.servlet.taglib.HtmlVerticalCardTag
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 action JSP's service context.
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.StringThe 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>.
htmlfalsetruejava.lang.StringThe custom HTML to use as the thumbnail.
onClickfalsetruejava.lang.StringNo Description
resultRowfalsetruejava.lang.StringIf a row checker value is passed, a result row value is mandatory. A result row is of type com.liferay.portal.kernel.dao.search.ResultRow.
rowCheckerfalsetruejava.lang.StringAn optional row checker object that manages the checkbox options. Note that the checkbox* attributes take precedence over 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.StringThe text to add as a subtitle in the text zone, if the card is vertical.
titlefalsetruejava.lang.StringA title for the card.
urlfalsetruejava.lang.StringNo Description

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.