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 defined( 'XOOPS_ROOT_PATH' ) or die( 'Restricted access' );
20 
21 return $config = array( 'class' => 'FormDhtmlTextArea',
22  'file' => XOOPS_ROOT_PATH . '/class/xoopseditor/dhtmltextarea/dhtmltextarea.php',
23  'title' => _XOOPS_EDITOR_DHTMLTEXTAREA,
24  'order' => 2,
25  'nohtml' => 1
26  );
27 
28 ?>