2
I haven't test it, but the
manual says:
Quote:
NEW: A new parameter has been added in the current version of tinyeditor (from 1.0 BETA onwards): xEditor. You can use this new parameter to imitate the XOOPS DHTML editor. When the value is set to 0 a reduced instruction and command set will be used. This could be useful if you want to turn other dhtml textareas into WYSIWYG.
This means you have to adjust the following line:
$editor = new XoopsFormTinyeditorTextArea(array(‘caption‘=>$caption,
‘name‘=>$name, ‘value‘=>$value, ‘width‘=>‘100%‘, ‘height‘=>‘400px‘,
[color=CC0000]‘xEditor‘=>‘1‘[/color]));
I haven't seen any modules having this feature yet.