Enables the specified tab so it can be selected.
ColdFusion.Layout.enableTab(layout
,layoutArea
)
cflayout, cflayoutarea, ColdFusion.Layout.createTab, ColdFusion.Layout.disableTab, ColdFusion.Layout.hideTab, ColdFusion.Layout.selectTab, ColdFusion.Layout.showTab, "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 area to enable. |
layoutArea |
The name attribute of the tab layout area to enable. |
This function does not return a value.