Whatever message this page gives is out now! Go check it out!

ColdFusion.Layout.showAccordion

Last update:
May 18, 2026

Description

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

Function syntax

ColdFusion.Layout.showAccordion(layoutname, layoutareaname)

See also

the Developing ColdFusion Applications

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.

Example

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page