Shows a tab that was hidden by using the inithide attribute of the cflayoutarea tag or the hideTab() JavaScript function.
ColdFusion.Layout.showTab(layout
,layoutArea
)
cflayout, cflayoutarea, ColdFusion.Layout.createTab, ColdFusion.Layout.disableTab, ColdFusion.Layout.enableTab, ColdFusion.Layout.hideTab, ColdFusion.Layout.selectTab, "Using layouts" in the ColdFusion Developer's Guide
ColdFusion 8: Added this function
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. |
This function does not return a value.
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.