Home
last modified time | relevance | path

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

/plugin/runcommand/
H A Dsyntax.php282 $htmlBlock .= $this->renderFormButton('runCommand',$buttonSubmitText,'',"rcDoDownload");
284 $htmlBlock .= $this->renderFormButton('runCommand',$buttonSubmitText,'',"rcDoLoad");
289 $htmlBlock .= $this->renderFormButton('clearDiv',$buttonCancelText,'',"rcDoClear");
302 function renderFormButton($name, $label, $flags, $action) { function in syntax_plugin_runcommand