ColdFusion.MessageBox.updateMessage

Description

Updates the message property of the ColdFusion message box component.

Function syntax

ColdFusion.MessageBox.updateMessage(name, newmessage)

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

name

The name of the message box object.

newmessage

Overwrites an existing message.

Returns

This function does not return a value.

Usage

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