|
DescriptionShows
a panel in the accordion layout that was hidden using the coldfusion.layout.hideAccordion function.
Function syntaxColdFusion.Layout.showAccordion(layoutname, layoutareaname)
HistoryColdFusion
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.
|
ReturnsThis
function does not return a value.
UsageThis
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.
|
|
|