|
DescriptionChecks
if a message box is defined.
Function syntaxColdFusion.MessageBox.isMessageBoxDefined(name)
HistoryColdFusion
9: Added this function
Parameters
Parameter
|
Description
|
name
|
The name of the message box object.
|
ReturnsA
Boolean value, that is, true or false.
UsageUse
this function to check if the message box is defined for a specific
name.
|
|
|