(Created page with '{{#CUSTOMTITLE:Hooks: BeforeExecuteCommand}} The BeforeExecuteCommand event handler should accept one argument: <pre> function onBeforeExecuteCommand( &$command ) </pre> ==== S…') |
|||
Line 3: | Line 3: | ||
The BeforeExecuteCommand event handler should accept one argument: | The BeforeExecuteCommand event handler should accept one argument: | ||
<pre> | <pre> | ||
− | + | <cfargument name="command" required="true" type="String"> | |
</pre> | </pre> | ||
Latest revision as of 10:23, 25 May 2010
The BeforeExecuteCommand event handler should accept one argument:
<cfargument name="command" required="true" type="String">
Since
2.0.
Used by
- fileeditor plugin
- imageresize plugin