XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
editor_registry.php
Go to the documentation of this file.
1 <?php
19 return $config = array(
20  "class" => "FormTextArea",
21  "file" => XOOPS_ROOT_PATH . "/class/xoopseditor/textarea/textarea.php",
22  "title" => _XOOPS_EDITOR_TEXTAREA, // display to end user
23  "order" => 1, // 0 will disable the editor
24  "nohtml" => 1 // For forms that have "dohtml" disabled
25  );
26 ?>