|
DescriptionShows
a tab that was hidden by using the inithide attribute
of the cflayoutarea tag or the hideTab() JavaScript
function.
Function syntaxColdFusion.Layout.showTab(layout, layoutArea)
HistoryColdFusion
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.
|
ReturnsThis
function does not return a value.
UsageThis
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.
|
|
|