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