Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Description
Enables the specified tab so it can be selected.
Function syntax
ColdFusion.Layout.enableTab(layout, layoutArea) |
See also
cflayout, cflayoutarea, ColdFusion.Layout.createTab, ColdFusion.Layout.disableTab,
ColdFusion.Layout.showArea, ColdFusion.Layout.hideTab, 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 enable. |
layoutArea |
The name attribute of the tab layout area to enable. |
Returns
This function does not return a value.