ColdFusion.MessageBox.getMessageBoxObject

Description

Gets the underlying Ext JS - JavaScript Library object for the specified HTML cfmessagebox control.

Function syntax

ColdFusion.MessageBox.getMessageBoxObject(name)

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

name

The name of the message box object.

Returns

A JavaScript object.

Usage

Use this function to get the JavaScript object that contains all the defined properties.