Beispiel #1
0
 protected function _renderRepeatable($function, $params = array())
 {
     if ($this->config->find('specific._editor') == 'joomlaeditor') {
         $params = $this->app->data->create($params);
         $this->rewind();
         return $this->config->get('repeatable') ? $this->renderLayout($this->getLayout('edit/edit_yoo.php'), compact('params')) : $this->_addEditor(0, $this->get('value', $this->config->get('default')), $params->get('trusted_mode', false));
     } else {
         return parent::_renderRepeatable($function, $params);
     }
 }