|
<cfadmin ... >
This tag is also supported within cfscript.
<cfscript> admin ... ; </cfscript>
[] = Optional attribute
Tag for the railo web/server administrator
This tag can't have a body.
There is no restriction for attributes for this tag.
Railo 3.3: The tag cfadmin now also suppors a scripted version
Example:
<cfscript> admin action="getDebugData" returnvariable="data"; writeDump(data); </cfscript>