Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/en/cfparam.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type":"tag",
"syntax":"<cfparam name=\"\">",
"script":"cfparam(name=\"\", default=\"\", pattern=\"\");",
"related":["cfset","isDefined"],
"related":["cfset","isDefined","isValid"],
"description":"Tests for a parameter's existence, tests its data type, and, if\n a default value is not assigned, optionally provides one.",
"params": [
{"name":"name","description":"Name of parameter to test (such as \"client.email\" or\n \"cookie.backgroundColor\"). If omitted, and if the\n parameter does not exist, an error is thrown.","required":true,"default":"","type":"string","values":[]},
Expand Down