cfdocs
cfdocs copied to clipboard
Repository for the cfdocs.org site.
## IsInThread > Determines whether the executing code is inside a cfthread or not. (This appears to be a Lucee-only method.) https://docs.lucee.org/reference/functions/isinthread.html
Problem: Auto link function will automatically link words that match the name of a function to that doc page. Sometimes a word that is a function such as `log` has...
The example code had some errors in it and would not run in Lucee. The expected result was also the wrong way around.
Closes #1471
Code examples have incorrect expected return values
updated shorthand syntax for ordered case-sensitive struct
Including the page name in the param header is redundant. I think it looks better without it and is more consistent with the other section headers.
Added missing List functions
Currently `cfinput` shows `disabled` as a `boolean`. However, that's not actually the behavior. Both of these result in a disabled input field: ``` ``` This is because ColdFusion treats this...