ColdFusion 9.0 Resources |
ColdFusion.Layout.showAccordionDescriptionShows a panel in the accordion layout that was hidden using the coldfusion.layout.hideAccordion function. Function syntaxColdFusion.Layout.showAccordion(layoutname, layoutareaname) See alsocflayout, ColdFusion.Layout.collapseAccordion, ColdFusion.Layout.createAccordionPanel, ColdFusion.Layout.expandAccordion, ColdFusion.Layout.getAccordionLayout, ColdFusion.Layout.hideAccordion, ColdFusion.Layout.selectAccordion, Using layouts in the Developing ColdFusion Applications HistoryColdFusion 9: Added this function Parameters
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. Example |