Home
last modified time | relevance | path

Searched refs:currentCommand (Results 1 – 1 of 1) sorted by relevance

/plugin/runcommand/
Dsyntax.php51 var $currentCommand = 0; // Global variable variable in syntax_plugin_runcommand
200 global $currentCommand; // Global variable who keep the unique Id of the runcommand form.
201 $currentCommand += 1;
206 $htmlBlock="<form id=\"rcform".$currentCommand."\">\n"; // HTML block to rendered
214 $this->debug("RENDER:MODE=".$mode."\ncurrentCommand=".$currentCommand,2);
296 … $renderer->doc .= "<div id=\"rcResult".$currentCommand."\" class=\"rcResult\">&nbsp;</div><br>";
304 global $currentCommand;
305 $id = str_replace(" ","_",$name).$currentCommand;
308 …return "<button type=\"button\" id=\"".$id."\" onclick=\"".$action."(".$currentCommand.")\">".$lab…
313 global $currentCommand;
[all …]