6
hi,
To get Tinyeditor in liaise I guess you have changed www/class/xoopsform/formdhtmltextarea.php like this
//var $htmlEditor = array();
var $htmlEditor = array( 'XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php' );
(TinyEditor replaces all DHTML forms on your xoops)
Then to make it works with Liaise, edit the file www/modules/liaise/class/forms.php
after this line :
$this->initVar("form_whereto", XOBJ_DTYPE_TXTBOX);
add :
$this->initVar('dohtml', XOBJ_DTYPE_INT, 1, false);
@+
Still learning CSS and... english