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

ColdFusion.Layout.getAccordionLayout

Last update:
May 18, 2026

Description

Gets the underlying Ext (Ext JS JavaScript library) object for the specified accordion layout.

Function syntax

ColdFusion.Layout.getAccordionLayout(name)

See also

Controlling Ajax user interface layout  the Developing ColdFusion Applications

History

ColdFusion 9: Added this function

Parameters

ParameterDescription
name
The value of the name attribute of the accordion type cflayout tag for which you want the object.

Returns

An object of type Ext.AccordionLayout.

Usage

Use this function to get the Ext toolkit (Ext.AccordionLayout) object that underlies the ColdFusion HTML cflayout control. You can then use the raw object to modify the displayed layout. For documentation on the objects and how to manage them, see the [Ext documentation|http://extjs.com/deploy/ext/docs/].

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