Exemplo n.º 1
0
 /**
  * Renders the editor
  * @return	string  the constructed html string for the editor
  */
 function render()
 {
     if ($this->editor) {
         return $this->editor->render();
     } else {
         return parent::render();
     }
 }