Skip to content
Snippets Groups Projects
Commit c3b42609 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add phpdoc for getHtmlOutwindow

parent e29c761d
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -98,6 +98,10 @@ class plugin_renderer extends ciplugins { ...@@ -98,6 +98,10 @@ class plugin_renderer extends ciplugins {
public function getHtmlOutIdWrapper(){ public function getHtmlOutIdWrapper(){
return $this->getHtmlOutId().'Wrapper'; return $this->getHtmlOutId().'Wrapper';
} }
/**
* get html code for a shellcmd output window
*/
public function getHtmlOutwindow(){ public function getHtmlOutwindow(){
$aConfig=$this->getPluginConfig(); $aConfig=$this->getPluginConfig();
return '<div id="'.$this->getHtmlOutIdWrapper().'" class="cmdoutbox">' return '<div id="'.$this->getHtmlOutIdWrapper().'" class="cmdoutbox">'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment