This commit is contained in:
msyu
2025-08-16 14:53:13 +03:00
commit 45c8017ebd
86 changed files with 7731 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<cfsilent>
<!--- Управляемая имитация cfsilent (с возможностью отключения для отладки) --->
<cfif thisTag.executionMode IS "end">
<cfparam name="ATTRIBUTES.silent" type="boolean" default="Yes"/>
<cfif ATTRIBUTES.silent>
<cfset thisTag.generatedContent=""/>
</cfif>
</cfif>
</cfsilent>