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

ColdFusion.Layout.showTab

Last update:
May 18, 2026

Description

Shows a tab that was hidden by using the inithide attribute of the cflayoutarea tag or the hideTab() JavaScript function.

Function syntax

ColdFusion.Layout.showTab(layout, layoutArea)

See also

the Developing ColdFusion Applications

History

ColdFusion 8: Added this function

Parameters

Parameter
Description
layout
The name attribute of the tabbed layout that contains the tab to show.
layoutArea
The name attribute of the tab layout area whose tab you want to show.

Returns

This function does not return a value.

Usage

This function shows only the tab of a layout area; it does not show the display area. To show the display area of a hidden tab, call this function, followed by ColdFusion.Layout.selectTab.This function does not show a tab that a user closed by clicking the x icon on the tab.

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