SetMDAJAXTrf function

Syntax

SetMDAJAXTrf(enabled)

Description

For custom fluid wrapper components (fluid activity guides or master/detail components), use the SetMDAJAXTrf function to set whether fluid component transfers stay within the master/detail or activity guide wrapper. Since classic components are displayed within an iframe, this setting is ignored for classic component transfers. If this function is never invoked, the default value is False; component transfers leave the wrapper.

Note:

Invoke this function from the wrapper component only, and not from individual components or pages displayed within the wrapper.

Note:

Alternatively, AJAX transfers can be enabled on the URL for the content reference definition that launches the fluid wrapper.

Parameters

Parameter Description

enabled

Specifies a Boolean value indicating whether AJAX transfers are enabled on the master/detail or activity guide wrapper.

Returns

None.