liferay-ui
Tag panel


Creates a collapsible panel UI for housing content.


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

Attributes
NameRequiredRequest-timeTypeDescription
collapsiblefalsetruebooleanSets whether the panel can be collapsed. The default value is true.
cssClassfalsetruejava.lang.StringSets a CSS class for styling this component.
defaultStatefalsetruejava.lang.StringSets the default component's state. Possible values are open and any string other than open. Any string other than open collapses the panel. The default value is open.
extendedfalsetruebooleanSets whether the panel is extended. The default value is false.
helpMessagefalsetruejava.lang.StringSets text to be displayed as a help tool tip on mouse over of the panel's help icon.
iconCssClassfalsetruejava.lang.StringSets the 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.StringIdentifies the component instance.
parentIdfalsetruejava.lang.StringSpecifies the 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.
persistStatefalsetruebooleanSets whether to remember the component's state and persist it to the database. The default value is false.
statefalsetruejava.lang.StringSets the component's state. Possible values are open and any string other than open. Any string other than open collapses the panel.
titletruetruejava.lang.StringSets the panel's title and displays it 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.