Skip to content

Commit

Permalink
Merge pull request #1633 from bendur/patch-1
Browse files Browse the repository at this point in the history
Update cfcontent.json
  • Loading branch information
pfreitag authored Nov 9, 2023
2 parents a12baf3 + 67fbd4d commit 83f4b6d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions data/en/cfcontent.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@
"links": [],
"examples": [
{
"title": "Sending an Excel xls file back to the client",
"description": "",
"code": "<cfcontent type=\"application/vnd.ms-excel\" file=\"c:/temp/acmesales03.xls\"> ",
"result": ""
}
"title": "Sending an Excel xls file back to the client",
"description": "",
"code": "<cfcontent type=\"application/vnd.ms-excel\" file=\"c:/temp/acmesales03.xls\"> ",
"result": "",
"runnable": false
},
{
"title": "Sending an Excel xls file back to the client using cfscript",
"description": "",
"code": "cfcontent(type=\"application/vnd.ms-excel\", file=\"c:/temp/acmesales03.xls\");",
"result": "",
"runnable": false
}
]
}

0 comments on commit 83f4b6d

Please sign in to comment.