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