item_associations) ? $app->item_associations : 0; $canEdit = $user->authorise('core.edit', 'com_pagebuilderck'); $appendUrl = $this->input->get('layout', '', 'string') == 'modal' ? '&layout=modal&tmpl=component' : '&layout=edit'; // get global component params // $params = JComponentHelper::getParams('com_pagebuilderck'); // get item params // if (! is_object($this->item->params)) $this->item->params = new JRegistry($this->item->params); // merge params // $params->merge($this->item->params); $conf = JFactory::getConfig(); ?>
get('editor') == 'jce' ? 'jce' : 'tinymce'; $editor = JEditor::getInstance($editor); echo $editor->display('ckeditor', $html = '', $width = '', $height = '200px', $col = '', $row = '', $buttons = true, $id = 'ckeditor'); ?>
input->get('layout') != 'modal') { ?>