Whatever message this page gives is out now! Go check it out!

ColdFusion.MessageBox.getMessageBoxObject

Last update:
May 18, 2026

Description

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

Function syntax

ColdFusion.MessageBox.getMessageBoxObject(name)

See also

History

ColdFusion 9: Added this function

Parameters

ParameterDescription
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.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page