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

ColdFusion.MessageBox.updateTitle

Last update:
May 18, 2026

Description

Updates the title property of the ColdFusion message box component.

Function syntax

ColdFusion.MessageBox.updateTitle(name, newtitle)

See also

History

ColdFusion 9: Added this function

Parameters

Parameter
Description
name
The name of the message box object.
newmessage
Overwrites an existing title.

Returns

This function does not return a value.

Usage

Use this function to update or change the title property of the message box.

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