ColdFusion.Layout.showAccordion

Description

Shows a panel in the accordion layout that was hidden using the coldfusion.layout.hideAccordion function.

Function syntax

ColdFusion.Layout.showAccordion(layoutname, layoutareaname)

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

layoutname

The name attribute of the accordion layout that contains the panels to show.

layoutareaname

The name attribute of the accordion layout area whose panels you want to show.

Returns

This function does not return a value.

Usage

This function shows only the panel of an accordion layout area; it does not show the display area. To show the display area of a hidden panel, call this function, followed by ColdFusion.Layout.selectAccordion.

This function does not show a panel that a user closed by clicking the x icon on the panel.