Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Description
Updates the message property of the ColdFusion message box component.
Function syntax
ColdFusion.MessageBox.updateMessage(name, newmessage) |
See also
ColdFusion.MessageBox.getMessageBoxObject,
ColdFusion.MessageBox.isMessageBoxDefined,
ColdFusion.MessageBox.updateTitle
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. ----