XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
editor_registry.php
Go to the documentation of this file.
1 <?php
14 return $config = array(
15  "name" => "tinymce",
16  "class" => "XoopsFormTinymce",
17  "file" => XOOPS_ROOT_PATH . "/class/xoopseditor/tinymce/formtinymce.php",
18  "title" => _XOOPS_EDITOR_TINYMCE,
19  "order" => 5,
20  "nohtml" => 0
21  );
22 ?>