Description
Hides the specified tab and its layout area.
Function syntax
ColdFusion.Layout.hideTab(layout, layoutArea) |
See also
cflayout, cflayoutarea, ColdFusion.Layout.createTab, ColdFusion.Layout.disableTab,
ColdFusion.Layout.enableTab, ColdFusion.Layout.selectTab, ColdFusion.Layout.showTab,
Using layouts in Controlling Ajax user interface layout the Developing ColdFusion Applications
History
ColdFusion 8: Added this function
Parameters
Parameter |
Description |
---|---|
layout |
The name attribute of the tabbed layout that contains the area to hide. |
layoutArea |
The name attribute of the tab layout area to hide. |
Returns
This function does not return a value.
Example
The following example creates a layout with two tabs. Click the buttons to show and hide the second tab.
<html xmlns="http://www.w3.org/1999/xhtml"> |