ColdFusion.Layout.enableTab

Description

Enables the specified tab so it can be selected.

Function syntax

ColdFusion.Layout.enableTab(layout, layoutArea)

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.