Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web236/html/plugins/editors/codemirror/layouts/editors/codemirror/ |
Current File : //var/www/web236/html/plugins/editors/codemirror/layouts/editors/codemirror/element.php |
<?php /** * @package Joomla.Plugin * @subpackage Editors.codemirror * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access defined('_JEXEC') or die; $options = $displayData->options; $params = $displayData->params; $name = $displayData->name; $id = $displayData->id; $cols = $displayData->cols; $rows = $displayData->rows; $content = $displayData->content; $buttons = $displayData->buttons; $modifier = $params->get('fullScreenMod', '') !== '' ? implode($params->get('fullScreenMod', ''), ' + ') . ' + ' : ''; JFactory::getDocument()->addScriptDeclaration(' jQuery(function () { var id = ' . json_encode($id) . ', options = ' . json_encode($options) . '; /** Register Editor */ Joomla.editors.instances[id] = CodeMirror.fromTextArea(document.getElementById(id), options); }); '); ?> <p class="label"> <?php echo JText::sprintf('PLG_CODEMIRROR_TOGGLE_FULL_SCREEN', $modifier, $params->get('fullScreen', 'F10')); ?> </p> <?php echo '<textarea name="', $name, '" id="', $id, '" cols="', $cols, '" rows="', $rows, '">', $content, '</textarea>'; ?> <?php echo $displayData->buttons; ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare