<cfdefaultcase>
What it does
The cfdefaultcase
is used exclusively within the cfswitch tag to set a default choice for
the switch statement. If the value of the switch variabe does not match
any of the express cases then the code behind the defaultcase tag will
be run. The tag does not take any attributes, you simply place the default
code to run between the open and closing tags.
Attributes
End
Tag: Required |