ColdFusion 9.0 Resources |
ColdFusion.Layout.showTabDescriptionShows 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) See alsocflayout, cflayoutarea, ColdFusion.Layout.createTab, ColdFusion.Layout.disableTab, ColdFusion.Layout.enableTab, ColdFusion.Layout.hideTab, ColdFusion.Layout.selectTab, Using layouts in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
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. Example |