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