Skip to content
Open
Show file tree
Hide file tree
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/cfchart.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"related":["cfchartseries","cfchartdata"],
"description":"Generates and displays a chart.",
"params": [
{"name":"format","description":"File format in which to save graph.\n`format=flash` has been deprecated in CF2016+\nFor Lucee the default value is `png` and the format `html` is not supported.","required":false,"default":"html","type":"string","values":["html","flash","jpg","png"]},
{"name":"format","description":"File format in which to save graph.\n`format=flash` has been deprecated in CF2016+ and removed in CF2025\nFor Lucee the default value is `png` and the format `html` is not supported.","required":false,"default":"html","type":"string","values":["html","flash","jpg","png"]},
{"name":"chartheight","description":"Chart height; integer number of pixels","required":false,"default":240,"type":"numeric","values":[]},
{"name":"chartwidth","description":"Chart width; integer number of pixels","required":false,"default":320,"type":"numeric","values":[]},
{"name":"scalefrom","description":"Y-axis minimum value; integer","required":false,"default":"","type":"numeric","values":[]},
Expand Down
2 changes: 1 addition & 1 deletion data/en/cfcol.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{"name":"text","description":"Double-quotation mark-delimited text; determines what to\n display. Rules: same as for cfoutput sections. You can\n embed hyperlinks, image references, and input controls","required":true,"default":"","type":"string","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-c/cfcol.html"},
"coldfusion": {"minimum_version":"", "notes":"", "deprecated":"2016", "removed":"2025", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-c/cfcol.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/col.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cfcol"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cfcol"}
Expand Down
2 changes: 1 addition & 1 deletion data/en/cfformgroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
],
"engines": {
"coldfusion": { "minimum_version": "7", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-f/cfformgroup.html" }
"coldfusion": { "minimum_version": "7", "notes": "", "deprecated":"2016", "removed":"2025", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-f/cfformgroup.html" }
},
"links": []
}
2 changes: 1 addition & 1 deletion data/en/cfformitem.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
],
"engines": {
"coldfusion": { "minimum_version": "7", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-f/cfformitem.html" }
"coldfusion": { "minimum_version": "7", "notes": "", "deprecated":"2016", "removed":"2025", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-f/cfformitem.html" }
},
"links": []
}
3 changes: 2 additions & 1 deletion data/en/cfsprydataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"minimum_version": "8",
"notes": "",
"docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfsprydataset.html",
"deprecated":"11"
"deprecated":"11",
"removed":"2025"
}
},
"links": []
Expand Down