spec/lib/data/dependency_from.cfm
2025-06-02 16:16:51 +03:00

6 lines
241 B
Plaintext

<cfsilent>
<cfif thisTag.executionMode IS "end" OR !thisTag.hasEndTag>
<cfassociate basetag="cf_dependency" datacollection="from" />
<cfparam name="ATTRIBUTES.expression" default=#thisTag.generatedContent# />
</cfif>
</cfsilent>