. /** * Load up any required Javascript libraries * * @package moodlecore * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page } ?> texteditors)) { $CFG->texteditors = 'tinymce,textarea'; } $activeeditors = explode(',', $CFG->texteditors); foreach ($activeeditors as $editor) { if ($editor = get_texteditor($editor)) { echo $editor->header_js(); } } ?>