liferay-ui
Tag panel


Creates a collapsible panel for housing content.


Tag Information
Tag Classcom.liferay.taglib.ui.PanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
collapsiblefalsetruebooleanWhether the panel can be collapsed. The default value is true.
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
defaultStatefalsetruejava.lang.StringA default state for the component. Possible values are open and any string other than open. Any string other than open collapses the panel. The default value is open.
extendedfalsetruebooleanWhether the panel is extended. The default value is false.
helpMessagefalsetruejava.lang.StringText to display as a help tool tip on mouse over of the panel's help icon.
iconCssClassfalsetruejava.lang.StringAn icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at http://marcoceppi.github.io/bootstrap-glyphicons/.
idfalsetruejava.lang.StringAn ID for the component instance.
markupViewfalsetruejava.lang.StringNo Description
parentIdfalsetruejava.lang.StringThe ID of the component that contains the panel. If a liferay-ui:panel-container is used as the container for the panel, its ID is used as the value for the parentID.
persistStatefalsetruebooleanWhether to remember the component's state and persist it to the database. The default value is false.
statefalsetruejava.lang.StringA state for the component. Possible values are open and any string other than open. Any string other than open collapses the panel.
titletruetruejava.lang.StringA title to display at the top of the panel.

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.