Home
last modified time | relevance | path

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

/plugin/runcommand/
H A Dsyntax.php228 …$htmlBlock .= $this->renderFormHidden('command','','',$this->prepareCommand($element['value'])); …
238 $htmlBlock .= $this->renderFormHidden('outputType','outputType','',$element['value']);
252 …$htmlBlock .= $this->renderFormHidden($element['name'],$element['label'],$element['flags'],$elemen…
322 function renderFormHidden($name, $label, $flags, $value) { function in syntax_plugin_runcommand