editors_list.php

来自「Zen Cart是真正的电子商务艺术」· PHP 代码 · 共 20 行

PHP
20
字号
<?php
/**
 * @package htmleditors
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: editors_list.php 4245 2006-08-24 14:07:50Z drbyte $
 */

/**
 * Here we define the displayed names of plugged-in editors
 *
 *  define('EDITOR_NONE', 'Plain Text'); // This is already defined in english.php. Shown here as an example only.
 *
 */

  define('EDITOR_HTMLAREA', 'HTMLarea');
  define('EDITOR_FCKEDITOR', 'FCKeditor');
  define('EDITOR_TINYMCE', 'TinyMCE');

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?