PHP Classes

File: htdocs/class/xoopseditor/tinymce/editor_registry.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/class/xoopseditor/tinymce/editor_registry.php   Download  
File: htdocs/class/xoopseditor/tinymce/editor_registry.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: copyright update
TinyMCE 5.10.9
updates, Yoda, short arrays, cosmetics
PER-CS formatting
short array
Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge branch 'feature/php8_templates' of https://github.com/mambax7/XoopsCore25 into feature/php8_templates

# Conflicts:
# htdocs/themes/xswatch4/modules/publisher/publisher_item.tpl
Merge xswatch4
Date: 1 month ago
Size: 605 bytes
 

Contents

Class file image Download
<?php
/**
 * TinyMCE adapter for XOOPS
 *
 * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org)
 * @license GNU GPL 2.0 or later (https://www.gnu.org/licenses/gpl-2.0.html)
 * @package class
 * @subpackage editor
 * @since 2.3.0
 * @author Taiwen Jiang <phppp@users.sourceforge.net>
 */

return $config = [
   
'name' => 'tinymce',
   
'class' => 'XoopsFormTinymce',
   
'file' => XOOPS_ROOT_PATH . '/class/xoopseditor/tinymce/formtinymce.php',
   
'title' => _XOOPS_EDITOR_TINYMCE,
   
'order' => 3,
   
'nohtml' => 0,
];