ColdFusion.Layout.collapseAccordion

Description

Collapses an area of an accordion layout.

Function syntax

ColdFusion.Layout.collapseAccordion(layoutname, layoutareaname)

See also

cflayout,ColdFusion.Layout.createAccordionPanelColdFusion.Layout.expandAccordionColdFusion.Layout.getAccordionLayout

ColdFusion.Layout.hideAccordionColdFusion.Layout.selectAccordionColdFusion.Layout.showAccordion

Using layouts in Controlling Ajax user interface layout the Developing ColdFusion Applications

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

layoutname

The name attribute of the accordion layout that contains the panel to collapse.

layoutareaname

The name of the panel in the accordion layout to collapse.

Returns

This function does not return a value.

Usage

This function has no effect if the accordion is already collapsed.

Example

The following code snippet collapses the accordion layout when the user clicks the button.

<cfinput name="collapse2" width="100" value="Collapse Area 2" type="button"
onClick="ColdFusion.Layout.collapseAccordion('thelayout', 'panel2')>

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online