9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
<cfsilent>
|
|
<!--- Управляемая имитация cfsilent (с возможностью отключения для отладки) --->
|
|
<cfif thisTag.executionMode IS "end">
|
|
<cfparam name="ATTRIBUTES.silent" type="boolean" default="Yes"/>
|
|
<cfif ATTRIBUTES.silent>
|
|
<cfset thisTag.generatedContent=""/>
|
|
</cfif>
|
|
</cfif>
|
|
</cfsilent> |