|
DescriptionUpdates
the message property of the ColdFusion message box component.
Function syntaxColdFusion.MessageBox.updateMessage(name, newmessage)
HistoryColdFusion
9: Added this function
Parameters
Parameter
|
Description
|
name
|
The name of the message box object.
|
newmessage
|
Overwrites an existing message.
|
ReturnsThis
function does not return a value.
UsageUse
this function to update or change the message property of the message
box.
|
|
|