ColdFusion.MessageBox.updateTitle

Description

Updates the title property of the ColdFusion message box component.

Function syntax

ColdFusion.MessageBox.updateTitle(name, newtitle)

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.